Python 处理xml,用xpath的方式效率太低,有没有其他办法?不要正则,因为xml中重复内容很多。 20
处理一个51M的xml居然要4,5个小时,真的太慢了。用的这种方式:x_combile='./suite/suite/suite'+'['+z+']'+'/suite'+...
处理一个51M的xml居然要4,5个小时,真的太慢了。
用的这种方式:
x_combile = './suite/suite/suite' + '[' + z + ']' + '/suite' + '[' + h + ']' + '/test' + '[' + y + ']' + '/kw'
tims_kw = root.findall(x_combile) 展开
用的这种方式:
x_combile = './suite/suite/suite' + '[' + z + ']' + '/suite' + '[' + h + ']' + '/test' + '[' + y + ']' + '/kw'
tims_kw = root.findall(x_combile) 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询