2011年1月5日
摘要: 方法1:function(selectiones, values) { var selectionsSpecialityIDs = []; var selectionsSpecialities = ''; if (!isUndefinedOrNull(selectiones)) { if (selectiones.data.items.length > 0) { for (var i = 0; i < selectiones.data.items.length; i++) { // Used for WEB Service selectionsSpecialityI 阅读全文
posted @ 2011-01-05 23:59 鱼不爱水 阅读(470) 评论(0) 推荐(0)