python字典转对象

class DictToStruct:
    def __init__(self, **entries):
        self.__dict__.update(entries)
struct = DictToStruct(**temp)

标题名称:python字典转对象
网站网址:http://azwzsj.com/article/ppiico.html