在看scott老师的node建站课程,我安装的express框架不在绑定bodyParser中间件。请问这个问题该怎样解决?有bodyParser模块吗,下载这个模块是不是可以解决这个问题?为新版的express安装bodyParser中间件?本人node小白,请大神帮帮啊
3 回答
已采纳
BCS
TA贡献8条经验 获得超0个赞
npm install body-parser app.js: var bodyParser = require('body-parser'); app.use(bodyParser.urlencoded({ extended: true }))
- 3 回答
- 0 关注
- 1309 浏览
添加回答
举报
0/150
提交
取消