userAgent("Mozilla").get(); for (Element e: doc.select("a.question-hyperlink")) { System.out.println(e.attr("abs:href")); ...
確定! 回上一頁