javascript之HTML(select option)详解一、基础理解: var e = document.getElementById("selectId");e. options= new Option("文本","值") ; //创建 ...
確定! 回上一頁