摘要:
方式一 function sortMe(oSel){if (oSel==null) return;var ln = oSel.options.length;var arr = new Array(); // 这是关键部分var tempvalue=oSel.options[oSel.selectedIndex].value; // 将select中的所有option的value值将保存在Ar... 阅读全文
posted @ 2009-04-12 20:58
锐洋智能
阅读(1019)
评论(0)
推荐(0)
浙公网安备 33010602011771号