Python reading from an xml file without the special characters

前端 未结 0 1071
借酒劲吻你
借酒劲吻你 2020-12-12 06:21
from lxml import etree
import xml.etree.ElementTree as ET
tree2 = ET.parse(r\'C:\\Users\\Wali\\Desktop\\220-01.xml\')
root = tree2.getroot()
txt = ""
for c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题