HTML: 复aze代码 代码如下: 未选择颜color : 已选择颜color : 蓝color 红color132 ondblclick="listMove('colorSelect','colorUnSelect','hidColorSelect',false,this.selectedIndex)" size="8" style="높이: 200px; 너비: 90%;"> 红color 紫color 黄color 黑color 백색 绿color 粉红color 테이블> 对应JS방법: 复代码 代码如下: function listMove(main, follow, hidetextbox, isBack, index) { if (index < 0) return; var o = 정의되지 않음; var 소스; var 구별; var dddd; if (!isBack) { //使사용getElementById재IE6中存재BUG source = $('#' main);// window.document.getElementById(main); 고유 = $('#' 팔로우); //window.document.getElementById(follow); } else { source = $('#' 팔로우); // window.document.getElementById(follow); 고유 = $('#' main); // window.document.getElementById(main); } var hid = $('#' hidetextbox)[0]; // document.getElementById(hidetextbox); if (index != undefine) { var op = "option:eq(" index ")"; source.find(op).each(function () { distinct.append("" $(this).text () "옵션>") $(this).remove() }); } else { source.find("option:selected").each(function () { $(this).remove(); distinct.append("< ;옵션 값='" $(this).val() "'>" $(this).text() ""); }); } var str = ""; //遍历Listbox,取得选中项的值 $('#' main 'option').each(function () { str = $(this).val() ','; }); hid.value = str; }