单项选择题

MongoDB中,如何删除名为stus的集合?()

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