中间件Mongo介绍pymongoGet Started with PyMongo本页总览Get Started with PyMongo Download and Install python3 -m pip install pymongo Connect to MongoDB from pymongo import MongoClienturi = "<connection string URI>"client = MongoClient(uri)