$ 0 0 var Person = new Schema({ title : { type: String, lowercase: true } });为什么type 设置为String啊。这个String应该是构造函数吧?? 如果理解有误,忘指正,谢谢!