222
This commit is contained in:
parent
6b01a5fbfe
commit
ef2f3688c8
@ -87,7 +87,6 @@ public class RakutenController extends BaseController
|
||||
Spider.create(new PageProcessor() {
|
||||
@Override
|
||||
public void process(Page page) {
|
||||
// 使用指定的HTML结构提取所有店铺信息
|
||||
List<String> shopElements = page.getHtml().css("div.srhPic div.rnkRanking_bigImageBox").all();
|
||||
|
||||
for (String element : shopElements) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user