python 數據庫 mongodb

#coding=utf-8 import pymongo #print pymongo.__version__ client = pymongo.MongoClient(host='127.0.0.1',port=27017) db = client.test collection = db.students student = { 'id':'20170905', 'name
相關文章
相關標籤/搜索