0
点赞
收藏
分享

微信扫一扫

Python XML 解析

<collection shelf="New Arrivals">

<movie title="Enemy Behind">

  <type>War, Thriller</type>

  <format>DVD</format>

  <year>2003</year>

  <rating>PG</rating>

  <stars>10</stars>

  <description>Talk about a US-Japan war</description>

</movie>

<movie title="Transformers">

  <type>Anime, Science Fiction</type>

  <format>DVD</format>

  <year>1989</year>

  <rating>R</rating>

  <stars>8</stars>

  <description>A schientific fiction</description>

</movie>

  <movie title="Trigun">

  <type>Anime, Action</type>

  <format>DVD</format>

  <episodes>4</episodes>

  <rating>PG</rating>

  <stars>10</stars>

  <description>Vash the Stampede!</description>

</movie>

<movie title="Ishtar">

  <type>Comedy</type>

  <format>VHS</format>

  <rating>PG</rating>

  <stars>2</stars>

  <description>Viewable boredom</description>

</movie>

</collection>

举报

相关推荐

0 条评论