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

mongodb升降排序()

A.db.文档名.find().sort({字段:1})
B.db.文档名.find().sort({字段:-1})
C.db.文档名.find().sort(1)
D.db.文档名.find().sort(-1)

热门试题