标签: node.js
如何将值传递给该HTML重定向?
这是我的代码:
app.get("/test",function(req,res){ res.sendFile(path.join(__dirname, 'views/test.html')); });