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

mongodb删除文档()

A.db.文档名.remove({})
B.db.文档名.deleteOne({})
C.db.文档名.deleteMany({})
D.db.文档名.drop