Mongodb UpdateOne的小坑

db.collection.update不能用了,必须用updateOne或者updateManyupdateOne的时候,必须用以下格式:updateOne( { _id: new ObjectID(req.params.i...