2

我可以在我的AMP(加速移动页面)页面中定义一些 json 并将其用作 amp-mustache 源吗?像这样的东西:

<!-- somewhere in header -->
<script async="" custom-template="amp-mustache" src="https://cdn.ampproject.org/v0/amp-mustache-0.1.js"></script>

<!-- somewhere in body -->
<script>
var temp = { text : 'some text goes here ... '; },
</script>
<div type="amp-mustache"> <!-- without src="/some/file/with.json" -->
  {{ temp.text }}
</div>
4

0 回答 0