Robo 3T mongdb客户端
https://www.robomongo.org/
模糊查找关键字
db.getCollection('test').find({"name":/招/})
查询
db.getCollection('test').find({'time':{$gt:ISODate("2018-05-11")}})
插入
{"time" : ISODate("2018-05-11T13:58:51.122Z")}