Aalishining发布于 11 年前
029840
app.post('/index', cb = function(req, res){ res.redirect('http://www.baidu.com'); });
post无法重定向,我改如何在post中重定向一个页面呢?
app.post('/index', cb = function(req, res){ res.redirect('http://www.baidu.com'); });
post无法重定向,我改如何在post中重定向一个页面呢?