方法一
代碼如下:
document.getElementById("selectid").options.length = 0;
方法二
document.formName.selectName.options.length = 0;
方法三
document.getElementById("selectid").innerHTML = "";
更多信息請查看IT技術專欄
2025國考·省考課程試聽報名