使对属性的引用保持同步。 此项目已在Node 0.12和Node 4.0上进行了持续测试。 与猫鼬3.8及更高版本兼容。 安装 $ npm install mongoose-orchestrator 利用 const mongoose = require ( 'mongoose' ) ; const ObjectId = mongoose . Schema . Types . ObjectId ; const UserSchema = mongoose . Schema ( { name : { type : String , required : true } , country