2020年10月14日

python json序列化扩展,不支持的类型

摘要: import json from datetime import datetime class MyClass: def __init__(self, name): self.name = name class JsonEncodeExtend(json.JSONEncoder): def defa 阅读全文

posted @ 2020-10-14 21:38 信奉上帝的小和尚 阅读(262) 评论(0) 推荐(0) 编辑

导航