Python 3.6.5 ドキュメント 検索
Results of 1 - 1 of about 1 for rank (0.001 sec.)
- 20.5. xml.etree.ElementTree --- ElementTree XML API — Python 3.6.5 ドキュメント 9414
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
n="1.0"?> <data> <country name= "Liechtenstein" > <rank> 1 </rank> <year> 2008 </year> <gdppc> 141100 </gd...
n= "W" /> </country> <country name= "Singapore" > <rank> 4 </rank> <year> 2011 </year> <gdppc> 59900 </gdp...
tion= "N" /> </country> <country name= "Panama" > <rank> 68 </rank> <year> 2011 </year> <gdppc> 13600 </gd...
> for country in root . findall ( 'country' ): ... rank = country . find ( 'rank' ) . text ... name = coun...
- https://man.plustar.jp/python/library/xml.etree.elementtree.html - [similar]
PREV
1
NEXT