bodyParser()方法不存在的问题
本人初学者,现在在学习connect自带中间件,用bodyParser()解析请求主体的时候提示bodyParser()方法不存在,为何 下面是错误
2 回复
新版本的connect已去掉内置bodyParser
推荐使用 body-parser
模块:https://github.com/expressjs/body-parser
@leizongmin 谢谢啊,刚刚自己百度了一下也是,原来现在否要分别引入模块了啊,嘻嘻