这个类可以做到这一点,它将对象转换为标准的json。 import json class Serializer(object): @staticmethod def serialize(object): return json.dumps( ...
確定! 回上一頁