代码:
1 page.addTargetRequests( 2 page.getHtml().xpath("//div[@class=‘rinfo‘]/a/@href").all());
实战代码:
xpath爬虫匹配 <li><a href='aaaa.html'>AAA</a></li> 路径
原文地址:https://www.cnblogs.com/smartisn/p/12247233.html
时间: 2024-10-11 18:58:33
代码:
1 page.addTargetRequests( 2 page.getHtml().xpath("//div[@class=‘rinfo‘]/a/@href").all());
实战代码:
xpath爬虫匹配 <li><a href='aaaa.html'>AAA</a></li> 路径
原文地址:https://www.cnblogs.com/smartisn/p/12247233.html