美文网首页
art-template使用方法2018-10-27

art-template使用方法2018-10-27

作者: TTTXTTT | 来源:发表于2019-02-28 09:13 被阅读0次

art-template模板引擎 :

https://www.cnblogs.com/shiyou00/p/6841801.html

https://aui.github.io/art-template/zh-cn/index.html

。引用js文件

遍历数据并生成模板,使用$value取值,使用$index为索引

传入的值如果是数组就包装为对象再使用,如果是对象则直接传入对象

js中,引入art-template之后就可以使用template方法,参数1:模板id,参数2: 渲染数据

将数据绑定到节点上即可。

部分需要逻辑处理的可以使用原始语法进行逻辑处理。

其他语法:

原生:

简洁语法

相关文章

网友评论

      本文标题:art-template使用方法2018-10-27

      本文链接:https://www.haomeiwen.com/subject/vnwstqtx.html