Вот, держи. import xml.etree.ElementTree as ET tree = ET.parse('data.xml') root = tree.getroot() with open('my_text_file.txt', ...
確定! 回上一頁