标签: javascript node.js
app.get('/home'..... res.redirect('/path', ....) }); app.delete('/path', .....)
如何重定向到此删除路径?如何将方法设置为DELETE?