主要方法如下5种,在此不详细说artTemplate的方法,主要记录三种使用artTemplate的方法. template(id, data) 根据 id 渲染模板.内部会根据document.getElementById(id)查找模板. 如果没有 data 参数,那么将返回一渲染函数. template.compile(source, options) 将返回一个渲染函数. template.render(source, options) 将返回渲染结果. template.helper(…