如何用JS如何实现一个下拉复选框(1)var select=document.getElementById("select")var option=new Option("文本",“值")select.options.ad2023-04-17JavaScript270