我正在使用parse函数修改xml并且它工作但我尝试使用.fromstring并显示错误
AttributeError:'元素'对象没有属性' getroot'
这是代码的一部分。
AttributeError: 'Element' object has no attribute 'getroot'
答案 0 :(得分:0)
这是因为fromstring方法已经返回了根对象。因此,无论您使用“ fromstring()”方法存储信息的var是哪个var都是根。