第二次报这个错了, 一直以为MongoDB的模型用的type 是 String, 一直报错, 找不到原因. // 留言模型1 exports.Comment = mongolass.model('Comment',{ author: {type: Mongolass.Types.ObjectId, require:true}, content: { type: 'String', required: true }, postId: {type: Mongolass.Types.ObjectId,…