<div class="item-pic">
<a href="//
2.taobao.com/item.htm?id=560088094729" target="_blank" title=" [转卖] 创得 小米 5 手机壳小米 5s 保护套小米 6 防摔硅</a>
</div>
大佬们用 xpath 如何取到 title 里的文字啊?
import os
import requests
from lxml import etree
res = requests.get('
https://s.2.taobao.com/list/list.htm?_input_charset=utf8&q=小米 6&st_edtime=1').content
txt = etree.HTML(res)
txt2 = txt.xpath('//div/a/text()')
for tt in txt2:
print(tt)
os.system("pause")
这样取不到
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/418767
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.