码迷,mamicode.com
首页 > Web开发 > 详细

handlebar JS模板使用笔记

时间:2017-07-27 21:24:10      阅读:268      评论:0      收藏:0      [点我收藏+]

标签:word   不为   handle   ima   and   函数   logs   span   代码   

 直接上代码: 

(定义模板)

技术分享

(编译注入)

技术分享

 

***知识点***

 //数据必须为Json数据(强调:jsonp数据不行,和json是两种数据,jsonp多了个函数)

遍历模板写法:

(1){{# test}}  {{/ test}}

(2){{each test}}  {{/each}}

(3){{#if test}} //if test不为空,模板渲染

     (模板渲染的区域)

       {{else}} //else   test为空,模板渲染

     (模板渲染的区域)

   {{/if}}

handlebar JS模板使用笔记

标签:word   不为   handle   ima   and   函数   logs   span   代码   

原文地址:http://www.cnblogs.com/LucklyPisces/p/7246895.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!