Study Notes (01): Python Interview 100 talking about (based Python3.x) - read the XML node and attribute values

Learning immediately: https://edu.csdn.net/course/play/26755/340105?utm_source=blogtoedu

Xml file can be read by the parse function, which returns the object type ElementTree, xml can be iterated for a particular node by the method of the object iterfind

Published 17 original articles · won praise 0 · Views 188

Guess you like

Origin blog.csdn.net/weixin_43745945/article/details/104183720