摘要:
//常规查询 db.getCollection('test').find({}).sort({_id:-1}).limit(2) //模糊查询 db.getCollection('test').find({"b":{$regex:''}}) db.getCollection('test').find 阅读全文
posted @ 2022-01-15 10:47
cc4634396
阅读(498)
评论(0)
推荐(0)
2022年1月15日