高县网站建设设计

将想法与焦点和您一起共享

python字典转对象

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

本文题目:python字典转对象
转载来源:http://scgaoxian.com/article/ppiico.html

其他资讯