在xpath的xml路径中传入参数
Posted qiaoer1993
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在xpath的xml路径中传入参数相关的知识,希望对你有一定的参考价值。
lables = [‘nvbfge‘,‘cvbfg‘,‘nfsd‘,‘jklibn‘,‘dfgrt‘,‘muyh‘,‘ytug‘,‘nghmdf‘,‘gfhasfecxv‘]
for lable in lables:
print(lable)
urls_0 = response.xpath("//map[@name=$val]/area/@href",val=lable).extract()
print(urls_0)
以上是关于在xpath的xml路径中传入参数的主要内容,如果未能解决你的问题,请参考以下文章