标签:elf init python 字典 __init__ ini update pytho pre str
class DictToStruct: def __init__(self, **entries): self.__dict__.update(entries) struct = DictToStruct(**temp)标签:elf init python 字典 __init__ ini update pytho pre str
原文地址:http://blog.51cto.com/chenxiaolong/2154983