摘要:
1.连接mongodb ######### 方法一 ########## import pymongo # MongoClient()返回一个mongodb的连接对象client client = pymongo.MongoClient(host="localhost",port=27017) ## 阅读全文
posted @ 2020-07-04 23:49
Mr.ruan
阅读(395)
评论(0)
推荐(0)
浙公网安备 33010602011771号