express框架不在绑定bodyParser中间件的问题?

在看scott老师的node建站课程,我安装的express框架不在绑定bodyParser中间件。

http://img.mukewang.com/57fcc87900012e3a06600335.jpg

请问这个问题该怎样解决?

  1. 有bodyParser模块吗,下载这个模块是不是可以解决这个问题?

  2. 为新版的express安装bodyParser中间件?

本人node小白,请大神帮帮啊

未期而遇
浏览 1278回答 3
3回答

BCS

npm install body-parser app.js: var bodyParser = require('body-parser'); app.use(bodyParser.urlencoded({ extended: true }))
打开App,查看更多内容
随时随地看视频慕课网APP