网站建设资讯

NEWS

网站建设资讯

python字典转对象

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

文章标题:python字典转对象
本文路径:http://cdysf.com/article/ppiico.html