解决办法:
normalize-space()
例子:
原来的xpath为:
user=selector.xpath(‘//*[@id="Con"]/tr[1]/th/text()‘)
修改后:
user=selector.xpath(‘
normalize-space(
//*[@id="Con"]/tr[1]/th/text())‘)
#注意位置
标签:[1] space hit white strong tor ali selector use
解决办法:
normalize-space()
例子:
原来的xpath为:
user=selector.xpath(‘//*[@id="Con"]/tr[1]/th/text()‘)
修改后:
user=selector.xpath(‘
normalize-space(
//*[@id="Con"]/tr[1]/th/text())‘)
#注意位置
标签:[1] space hit white strong tor ali selector use
原文地址:https://www.cnblogs.com/VseYoung/p/8689171.html