datatable.js 187 Bytes
var template=require("../../hdbs/datatable.hdbs"),data=[{fullname:"terry"},{fullname:"jack"}],htmlcontent=template(data);$("#container").append(htmlcontent).append("数据加载完毕~");