标签: python mongodb pymongo
如何检查Collections.insert()是否已成功插入pymongo?例如:
db.results.insert_one({'a':aaa})
如何知道上面的插入查询是否成功插入?