#文档地址 http://api.mongodb.com/python/current/api/pymongo/collection.html collection级别的操作: find_and _modify(query={},update=None,upert=False,sort=None,full_response=False,manipulate=False,**kwargs) 更新并返回一个对象,不赞成使用find_one_and_delete(),find_one_and_repl…