方法一
document.getElementById("selectid").options.length = 0;
方法二
document.formName.selectName.options.length = 0;
方法三
document.getElementById("selectid").innerHTML = "";
js/jsp工作记录(二)
原文:https://www.cnblogs.com/ZJ0065/p/9012731.html