from pymongo import MongoClient import datetime client = MongoClient() collection = client.demo.cache data1 = { 'total': 10, 'current': 5, } ...
確定! 回上一頁