from pymongo import MongoClient from bson.objectid import ObjectId uri = "mongodb://USER:PWD@HOST1:PORT1,HOST2:PORT2,..." # mongodb集群ip及port client ...
確定! 回上一頁