发布时间:2018-11-18编辑:佚名阅读(2027)
Express NodeJS Cannot find module 'html'
app.get('/', function(req, res){ res.render('index.html'); });
方法一:
var engines = require('consolidate'); app.engine('html', engines.mustache); app.set('view engine', 'html');
方法二:(纯静态文件)
res.sendFile(path.join(__dirname + '/public/index.html'));
关键字: Cannot find module 'html'
上一篇:nodejs地址重定向
下一篇:SQL获取星期几
0人
0人
0人
0人