import pymongoclient = pymongo.MongoClient("mongodb://localhost:27017/")db = client["test"]col = db['test']col.drop()docs=[ ...
確定! 回上一頁