摘要: import pymongo #导入操作mongo的模块 client=pymongo.MongoClient(host='localhost',port=27017) #连接本地的服务端db=client.school #指定操作的数据库collection=db.students #指定操作的集 阅读全文
posted @ 2019-10-15 14:53 拷贝达人 阅读(2791) 评论(0) 推荐(0) 编辑