我需要使用<% and %>
,但它们是为 asp.net 保留的,所以我得到一个编译器错误 - 我该如何解决这个问题
<script type="text/template" id="item-template">
<div class="view">
<input class="toggle" type="checkbox">
<label><%- title %></label>
</div>
</script>
这行不通
<label><%= "<%-"%> title <%= "%>" %></label>