mustache.js
简介
Mustache是一个多语言,逻辑简单的模板系统,mustache.js是其中之一,它使用JavaScript语言实现。
示例
<script id="sample_template" type="text/html"> <h1>{{name}}</h1> </script>
相关资源与链接
以下是 mustache.js 各相关链接及授权信息的介绍:
- 官网(HP)
http://mustache.github.io/ - 源代码(Source)
https://github.com/janl/mustache.js - 授权(License)
MIT license - 范例(Example)
http://mustache.github.io/#demo
点评
暂无点评