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