return dict2xml(inp, True). def dict2xml(structure,tostring=False): assert len(structure) == 1, 'Structure must have only one root element'.
確定! 回上一頁