我正在使用手把。他们建议在文档正文中包含这样的模板:
<script id="entry-template" type="text/x-handlebars-template">
template content
</script>
我想通过 src 属性使用模板内容并将我的模板(大量)存储在单独的文件中。
<script src="/path/to/my.template" id="entry-template" type="text/x-handlebars-template"></script>
问题是如何访问 co 的内容呢?
$('script#entry-template').html() //returns ""
$('script#entry-template').text() //returns ""