let partial = handlebars.compile(fs.readFileSync(partialFile, 'utf-8')); handlebars.registerPartial(item, partial);
確定! 回上一頁