摘要: 高级查询 find() 1 查询所有记录 db.users.find() 2 查询name为apple的记录 db.users.find({“name”:”apple”}) 3 查询country为china,gender为1的记录 db.users.find({“country”:”china”, 阅读全文
posted @ 2018-05-11 15:03 小天儿 阅读(277) 评论(0) 推荐(0)