摘要: 派生方法实战演练 import json import datetime d = { 't1':datetime.date.today(), 't2':datetime.datetime.today(), 't3':'jason' } #res = json.dumps(d) # print(res 阅读全文
posted @ 2022-11-07 17:24 悠悠-winter 阅读(36) 评论(0) 推荐(0)