python學習(二) ElementTree解析、讀寫、創建xml文件

python學習(二) 讀寫xml文件 1.xml格式 將其存儲爲sample.xml  Tag:使用<>包圍的部分  Element:被Tag包圍的部分,例如22中的22  Attribute:在Tag中可能存在的name/value對,如'name':'Blue' 2.解析XML 以下都是使用ElementTree處理XML  from xml.etree import ElementTree
相關文章
相關標籤/搜索