const ejs = require('ejs'); // 导入ejs (async function () { let r = await ejs.renderFile('./template.html',{name:'momo',age:26}) ...
確定! 回上一頁