标签:sele bsp blog cti option mod tle rac content
方法一
document.getElementById("selectid").options.length = 0;
方法二
document.formName.selectName.options.length = 0;
方法三
document.getElementById("selectid").innerHTML = "";
标签:sele bsp blog cti option mod tle rac content
原文地址:https://www.cnblogs.com/ZJ0065/p/9012731.html