Turning a Dictionary into XML in Python · s = { 'name': 'GOOG', 'shares': 100, 'price':490.1 } e = dict_to_xml('stock', s). >>> The result of ...
確定! 回上一頁