class dict2xml(object): doc = Document(). def __init__(self, structure): if len(structure) == 1: ... xml = dict2xml(structure) xml.display()
確定! 回上一頁