Python : XML 文档必须有根元素

XML 文档必须有一个元素是所有其他元素的父元素。该元素称为根元素。

<root>
  <child>
    <subchild>.....</subchild>
  </child>
</root>

猜你喜欢

转载自blog.csdn.net/weixin_44523387/article/details/94718906