nodejs 更改模板引擎

1.更改ejs 爲html 而且讓html裏面能夠寫 ejs 代碼html   var ejs = require('ejs'); // 須要在頭部引入 app.set('view engine', 'html'); app.engine('.html', require('ejs').__express);       2.更改jade 爲 html 而且讓html裏面能夠寫 jade 代碼e
相關文章
相關標籤/搜索