actions.html 219 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <!--select选项--> <script type="text/template" id="action_template"> <option value="">请选择跳转列表</option> <%each data%> <option value="<%enName%>"><%chName%></option> <%/each%> </script>