在同一请求中使用mongodb插入多个文档我得到未定义的值。.post(function(req,res){...Item.create(data).then(function(item){varmodelOtherItem;OtherItem.create({...}).then(function(otherItem){modelOtherItem=otherItem;modelOtherItem;//hereIgettheexpectedvalue});res.status(201);res.json({item:item,//hasavalueotherItem:modelOth