Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经成功地使用选项数组来做到这一点。因此,不要创建 HTML 节点,而是使用 JS API。另请注意,iOS 不支持多选框。
var opt = new Option(tb.value, tb.value, false, false); lstbx.options.add(opt);