小白求助!?。?/h1>

(node:7628) DeprecationWarning: Mongoose: mpromise (mongoose's default promise library) is deprecated, plug in your own promise library instead: http://mongoosejs.com/docs/promises.html
TypeError: Cannot read property '_id' of undefined
這是怎么回事啊
(node:7628) DeprecationWarning: Mongoose: mpromise (mongoose's default promise library) is deprecated, plug in your own promise library instead: http://mongoosejs.com/docs/promises.html
TypeError: Cannot read property '_id' of undefined
這是怎么回事啊
2017-09-10
var id = req.req.body.movie._id
var movieObj = req.req.body.movie
這樣取試試
2017-07-03
沒給數據
2017-07-01
_id找不到,證明有什么地方要用到_id,而你沒給他數據。好好看看所有用到id的地方,看看是不是沒給數據