总监的代码用的是define+module.exports,为了效率先没去了解那一块,在github上找了一款功能单一的template.js来使用 https://github.com/yanhaijing/template.js 很迷你,需要适当封装,比如: //利用template渲染//tpl_id:模板id//div_id:渲染在哪//data:数据 function render(tpl_id,div_id,data){ var tpl = document.getElementBy