1个回答
展开全部
<select id="sel"><option>123</option></select>
<select id="sel1"></select>
<script>
function copySel(sel,sel1){
for(var i=0; i<document.all.sel.options.length; i++){
//var dd =document.all.sel.options[i]
sel1.add(new Option(document.all.sel.options[i].text,document.all.sel.options[i].value))
}
}
</script>
这样做就可以了
<select id="sel1"></select>
<script>
function copySel(sel,sel1){
for(var i=0; i<document.all.sel.options.length; i++){
//var dd =document.all.sel.options[i]
sel1.add(new Option(document.all.sel.options[i].text,document.all.sel.options[i].value))
}
}
</script>
这样做就可以了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询