post过去数据 req.body 获取不到值 已经使用body-parser, 大佬们这是什么问题
app.post(’/admin/movie/new’, function(res, req) { console.log(“enter app.post_____________________”); console.log(req); console.log(typeof(req)); console.log(req.body);
7 回复
post还分3种,看看你前端怎么传的 https://github.com/i5ting/node-http
我是用的是 app.post啊 没有中说的那三个啊, 它是route. 我是新手 望前辈能指点下
app.post(’/user’, function (req, res, next) {}); req跟res…
楼主啊 app.post(’/admin/movie/new’, function(res, req)
res 和 req . 写反了 !!!
终结
@i5ting 他 req res 写反了