body parser deprecated bodyParser use individual liangtongzhuo 2017-12-14 306 阅读1分钟 最新版本修改了使用方法: //解析 body app.use(bodyParser.json()); app.use(bodyParser.urlencoded({ extended: true })); 个人博客: http://www.liangtongzhuo.com