Loading

摘要: 安装 python3 -m pip install motor 创建客户端 指定主机和端口号 import motor.motor_asyncio client = motor.motor_asyncio.AsyncIOMotorClient('localhost', 27017) 使用用户名和密码 阅读全文
posted @ 2020-08-19 23:02 阿dun 阅读(8882) 评论(1) 推荐(0)