https://www.cnblogs.com/agen-su/articles/7762568.html
send就是向页面发送文本
module.exports = function (app) {
app.get('/', function (req, res) {
res.send("hello world!")
});
}
标签:node,sendFile,www,function,res,app,send,module
来源: https://www.cnblogs.com/TTblog5/p/12616571.html