`
lan13217
  • 浏览: 495821 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论

nashron Arttemplate

 
阅读更多
load("http://aui.github.io/artTemplate/dist/template.js");
var source = "{{if isAdmin}}<h1>{{title}}</h1><ul>{{each list as value i}}<li>索引 {{i + 1}} :{{value}}</li>{{/each}}</ul>{{/if}}";
var data = {title: '基本例子',isAdmin: true,list: ['文艺', '博客', '摄影', '电影', '民谣', '旅行', '吉他']};
var render = template.compile(source);
var html = render(data);

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics