⭐無縫加載 下一頁內容 至網頁底部(類似瀑布流,无限滚动,無需手働點擊下一頁)⭐,支持各論壇、社交、遊戲、漫畫、小說、學術、搜索引擎(Google、Bing、Yahoo...) 等網站~
< 腳本自動無縫翻頁的回應
申请支持 https://www.carousell.com.hk/search/?{ "carousell": { "host": "www.carousell.com.hk", "pager": { "type": 2, "nextL": ".D_BP", "nextText": "顯示更多結果", "scrollD": 1000 } }}我使用了以上的自定義翻頁规则但nextL中.D_PB會不定時改變
nextL改用XPath//button[text()='顯示更多結果']
解决了谢谢 tony0809
登入以回復
申请支持 https://www.carousell.com.hk/search/?
{
"carousell": {
"host": "www.carousell.com.hk",
"pager": {
"type": 2,
"nextL": ".D_BP",
"nextText": "顯示更多結果",
"scrollD": 1000
}
}
}
我使用了以上的自定義翻頁规则
但nextL中.D_PB會不定時改變