This commit is contained in:
ZiJIe 2025-07-15 17:39:34 +08:00
parent 6b01a5fbfe
commit ef2f3688c8

View File

@ -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) {