Why doesn't the source code find the attribute named “kind”?

后端 未结 0 1486
Happy的楠姐
Happy的楠姐 2021-02-09 07:52
import xml.dom.minidom as xml

doc = xml.parse("out.xml") 
    
for childNode in doc.firstChild.childNodes: 
  attrObject = childNode.getAttribute("kind&q         


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