python安装操作MongoDB的模块pymongo pip install pymongo python连接mongodb myclient=pymongo.MongoClient(host=\'127.0.0.1\',port=27017)#指定主机和端口号创建客户端