document.form1.select1.length = 0; // 清空
document.form1.select1[0] = new (optionText, optionvalue); //添加一元素。同理增加其他。。。


相关文章: