1,
app.get('/NUP', function(req, res, next) { var form = fs.readFileSync('public/NodeUP/index.html', { encoding: 'utf8' }); res.send(form); // 重定向到百度 // res.redirect("https://www.baidu.com"); });
1,
app.get('/NUP', function(req, res, next) { var form = fs.readFileSync('public/NodeUP/index.html', { encoding: 'utf8' }); res.send(form); // 重定向到百度 // res.redirect("https://www.baidu.com"); });