我是 Handlebar js 的新手,并将其用于 Cordova 应用程序开发。我只是尝试使用静态 html 内容。编译后,HTML 内容未呈现。
cordova 6.0、Android 4.4、Javascript 库正在使用“Zepto”
这是我的代码:
<script id="entry-template" type="text/x-handlebars-template">
<div class="entry">
<h1>Testing</h1>
<div class="body">
Test
</div>
</div>
</script>
var source = $("#entry-template").html();
template = Handlebars.compile(source);
$("#mainbox").append(template);
我得到的输出是:
FUNCTION E(A,B){RETURN F||(F=D()),F.CALL(THIS,A,B))