上面那个HTML是直接写在JS里面,怎么用模板引擎template.js替换掉(https://github.com/aui/artTemplate)function onLoadData(data){ isLoading=false;('#loaderCircle').hide();Increment page index for future calls.page+;Create ...
最近刚接触artTemplate引擎,感觉写法怪怪的。比如 index.js文件中是这么写的 var data={ title:'嵌入子模板',listItems:['文艺','博客','摄影','电影','民谣','旅行','吉他'],trans:'hello world!' };var html = template.render('...