db.getClloection('user').find().sort({'age':-1}).pretty()
2.自然排序,也就是插入的先后顺序
db.getClloection('user').find().sort({'$natural':-1})