Mongodb5.0以后创建索引api由db.collection.ensureIndex() 改为:db.collection.createIndex()
db.collection.ensureIndex()
db.collection.createIndex()
注意:本文归作者所有,未经作者允许,不得转载