摘要: import json import pymongo if __name__ == '__main__': client = pymongo.MongoClient(host="127.0.0.1", port=27017) # 第一种 # db = client['toy'] # # collection = db["stu"] # 第二... 阅读全文
posted @ 2019-08-06 16:20 Mr_Smith 阅读(147) 评论(0) 推荐(0)