摘要: //常规查询 db.getCollection('test').find({}).sort({_id:-1}).limit(2) //模糊查询 db.getCollection('test').find({"b":{$regex:''}}) db.getCollection('test').find 阅读全文