为了账号安全,请及时绑定邮箱和手机立即绑定

can't read property "_id" 是什么原因?求大神帮帮忙!!感激不尽

添加了bodyParsor模块    

var bodyParser = require('body-parser');

app.use(bodyParser.urlencoded({extended:true}));

app.use(bodyParser.json());

extended:true   或是false都不对

app.js

http://img1.sycdn.imooc.com//587621b70001294f06390924.jpg

admin.jade 

http://img1.sycdn.imooc.com//5876220100014b8d10980864.jpg

正在回答

4 回答

如果是,可以参考:http://stackoverflow.com/questions/39333229/mpromise-mongooses-default-promise-library-is-deprecated-error-when-testing

0 回复 有任何疑惑可以回复我~

Mongoose: mpromise (mongoose's default promise library) is deprecated, plug in your own promise library instead: http://mongoosejs.com/docs/promises.html

有出现这个吗

0 回复 有任何疑惑可以回复我~
var bodyParser = require('body-parser');

app.use(bodyParser.json()); // for parsing application/json

app.use(bodyParser.urlencoded({ extended: true })); // for parsing application/x-www-form-urlencoded

这样应该就可以了 还是不行请检测提交的数据 对不对 也就是录入页


0 回复 有任何疑惑可以回复我~

我也碰到了这问题

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
node+mongodb 建站攻略(一期)
  • 参与学习       91860    人
  • 解答问题       889    个

带你完整实现一个从前端到后端的项目,初中级前端开发工程师必学课程

进入课程

can't read property "_id" 是什么原因?求大神帮帮忙!!感激不尽

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信