start_prices = soup.select('#J_HoverShow > tr:nth-of-type(1) > td:nth-of-type(1) > span.pay-price > span')
consult_prices = soup.select('#J_HoverShow > tr:nth-of-type(3) > td:nth-of-type(2) > span.pay-price > span')
这是一个URL的两个数据,child已经改成了of-type,我爬的时候不报错,但是爬不下来。求指点
python爬虫爬取标签一样时候出错
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-