Example: how to convert lists to xml in python. import xml.etree.ElementTree as ET root = ET.fromstring(countrydata) # Top - level elements ...
確定! 回上一頁