单项选择题

A.db.stus.drop()
B.db.dropCollection(’stus’)
C.db.stus.remove()
D.db.removeCollection(’stus’)