我想在下划线模板中存储一个 JSON 对象或字符串。
<script id="report_field_template" type="text/template">
<div data-options="<%= options %>" role="<%- role %>" title="<%- title %>" class="ui-widget-content ui-corner-all report_field">
<p><%- field_text %></p>
</div>
</script>
如果我将“选项”作为 JSON 字符串或 JSON 对象传递,上述方法将不起作用。有任何想法吗?