mongo筆記

**html pymongo **: import pymongo myclient = pymongo.MongoClient(‘mongodb://localhost:27017/’) mycollection = myclient[‘Xiaohua’][‘second’] #find 返回的都是cursor相似生成器 查詢 mycollection.find().count()#計數 myc
相關文章
相關標籤/搜索