多项选择题

A.db.stus.dropIndex({sname:1})
B.db.stus.dropIndex(’sname_1’)
C.db.stus.dropIndex(’sname_Index’)
D.db.stus.dropIndexes()