... void crawl(String next) throws Exception { Connection get = Jsoup.connect(next).userAgent(userAgent); get.referrer("http://www.google.com"); webPage ...
確定! 回上一頁