摘要: >>> import pymongo >>> client = pymongo.MongoClient("localhost", 27017) >>> db = client.test >>> db.name u'test' >>> db.my_collection Collection(Datab 阅读全文
posted @ 2020-03-29 06:10 功夫 熊猫 阅读(310) 评论(0) 推荐(0) 编辑