标签: mongoose
如何在用户内部找到所有项目ID?
var UserSchema = new mongoose.Schema({ 用户名:字符串, 密码:字符串, 项目:[projectSchema] });