摘要: import pymongo myclient = pymongo.MongoClient('mongodb://localhost:27017/') mydb = myclient['mongodb'] mycol = mydb['sites'] # 添加 # # mydict = {'name' 阅读全文
posted @ 2020-06-11 20:22 King~~~ 阅读(185) 评论(0) 推荐(0) 编辑