from pymongo import MongoClient client = MongoClient("mongodb://localhost:27017/") db = client["my_database"] # 只需要像字典一样选择就行了, ...
確定! 回上一頁