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