node.js xtpl模板的使用

var xtpl = require('xtpl');
xtpl.renderFile('./x.xtpl',{
    x:1
},function(error,content){

});
相關文章
相關標籤/搜索