找考题网-背景图
单项选择题

MongoDB中,()删除当前集合中的所有索引(_id上的默认索引除外)。

A.db.集合名.dropIndexes()
B.db.集合名.drop()
C.db.集合名.indexes.drop()
D.db.stus.removeIndexes()