第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

為什么我無(wú)法獲取所有頁(yè)面

為什么我無(wú)法獲取所有頁(yè)面

瀟瀟雨雨 2023-04-19 16:36:29
在頁(yè)面https://www.jogossantacasa.pt/web/Placard/placard上,我正在嘗試獲取Futebol->.... 我可以,但這只會(huì)在for循環(huán)中刮掉一頁(yè)。謝謝大家。public class main {    static List<String> links=new ArrayList<>();    static List<String> ligas=new ArrayList<>();    static String url="https://www.jogossantacasa.pt"; //main link    public static void main(String[] args) {        // TODO Auto-generated method stub        Document doc;        // Here i get the links        try {            doc = Jsoup.connect(url+"/web/Placard/placard").get();            Elements a = doc.getElementsByClass("width9");            boolean qwerty = true;            for(Element ele : a) {                Elements k = ele.select("li");                      for(Element d : k)                {                       String hj = d.select("a").text();                                if(hj.contains("Ténis")) qwerty = false;                    if(qwerty) {                        if(!hj.contains("Futebol")) {                            links.add(d.select("a").attr("href"));                            ligas.add(hj);                        }                    }                }            }        } catch (IOException e) {            // TODO Auto-generated catch block            e.printStackTrace();        }        // Here I try to scrape each country page and error is only the last page is scraped        for(int i = 0 ; i < links.size() ; i++) {            String urlEach=url+links.get(i);            Document docEach;            try {                docEach = Jsoup.connect(urlEach).get();                System.out.println(docEach.toString());            } catch (IOException e) {                // TODO Auto-generated catch block                e.printStackTrace();            }               }    }}
查看完整描述

目前暫無(wú)任何回答

  • 0 回答
  • 0 關(guān)注
  • 120 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)