String url = "http://www.iowiki.com/"; Document document = Jsoup.connect(url).get(); Element link = document.select("a").first(); ...
確定! 回上一頁