node.js xtpl模板的使用

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

});

posted on 2016-11-08 19:59  type_Y  阅读(929)  评论(0)    收藏  举报

导航