//模型 var Movie = mongoose.mongoose.model(‘Movie’, schema.movieSchema); 如上的代码操作,数据库中的collection名会变成movies,要想还用Movie要怎么实现?