ElementTree,fromstring()错误 - AttributeError:'元素'对象没有属性' getroot'

时间:2018-04-02 14:37:48

标签: python xml

我正在使用parse函数修改xml并且它工作但我尝试使用.fromstring并显示错误

  

AttributeError:'元素'对象没有属性' getroot'

这是代码的一部分。

AttributeError: 'Element' object has no attribute 'getroot'

1 个答案:

答案 0 :(得分:0)

这是因为fromstring方法已经返回了根对象。因此,无论您使用“ fromstring()”方法存储信息的var是哪个var都是根。