测试积点老人 发表于 2020-6-29 11:24:39

python参数化xpath

求各位大佬看下我这个代码已经转str了,为什么还说我类型必须是str,path=//*[@id="memberTable"]/div/div

    l = path+'/a['+n+']'
TypeError: must be str, not inthttp://bbs.51testing.com/data/attachment/forum/201901/11/091820acnzcmjcqwzjnimu.png

Jing2016 发表于 2020-6-29 15:14:54

n = str(n)

bellas 发表于 2020-6-30 10:15:11

来学习,可以参考下这个链接https://www.cnblogs.com/sola-tester/p/4333965.html

qqq911 发表于 2020-6-30 10:19:04

转完之后,print一下n的类型

海海豚 发表于 2020-6-30 10:28:58

按照一楼的来

litingting0214 发表于 2020-6-30 10:42:57

https://www.cnblogs.com/sola-tester/p/4333965.html参考下这篇文章

jingzizx 发表于 2020-6-30 13:10:08

学习

郭小贱 发表于 2020-6-30 14:16:57

l =(Str)l定义变量l为String类型先。
页: [1]
查看完整版本: python参数化xpath