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.
您可以在选项标签上使用模板属性。它将为模板集合中的每个项目重复选项元素和循环值。
<select id="titleCmbo"> <option value="{{title}}" template repeat="{{title in titleList}}"> {{title}} </option> </select>