课程
/前端开发
/Node.js
/node+mongodb 建站攻略(一期)
我点击列表的“修改”按钮,报错的内容是"Cannot read property '_id' of undefined",请问要怎么解决呢
2017-02-23
源自:node+mongodb 建站攻略(一期) 3-2
正在回答
app.use(bodyParser.json());
app.use(bodyParser.urlencoded({ extended: true }));
Ysom 提问者
估计你和我一样,还是在req.body._id这块儿提示_id未定义,
原因就是body-parser已经从express分离,需要单独引用使用
慕勒4207555
举报
带你完整实现一个从前端到后端的项目,初中级前端开发工程师必学课程