var template = ejs.compile(str, options); template(data); // => Rendered HTML string ... views/users.ejs you would use <%- include('user/show') %> .
確定! 回上一頁