const ejs = require('ejs'); ejs.render(str, data, options); // => 输出绘制后的HTML 字符串 ejs.renderFile(filename, data, options, function(err, ...
確定! 回上一頁