Appearance
find
// 语法 .pretty()格式化查看 db.集合名.find({字段:{运算符:值}},{字段名: 1只看,0除了}) // 示例 db.user.find({age: {$gt: 5}})