小雪崩 发表于 2018-8-9 09:14:05

python数据交换模块-XML

<?xml version="1.0"?>  <data>
  <country personinfo="Liechtenstein">
  <rank updated="yes">2</rank>
  <year>2008</year>
  <gdppc>141100</gdppc>
  <neighbor personinfo="Austria" direction="E"/>
  <neighbor personinfo="Switzerland" direction="W"/>
  </country>
  <country personinfo="Singapore">
  <rank updated="yes">5</rank>
  <year>2011</year>
  <gdppc>59900</gdppc>
  <neighbor personinfo="Malaysia" direction="N"/>
  </country>
  <country personinfo="Panama">
  <rank updated="yes">69</rank>
  <year>2011</year>
  <gdppc>13600</gdppc>
  <neighbor personinfo="Costa Rica" direction="W"/>
  <neighbor personinfo="Colombia" direction="E"/>
  </country>
  </data>
页: [1]
查看完整版本: python数据交换模块-XML