Try this: Element link = doc.select("td.topic.starter > a").first(); String url = link.attr("href");. You first select the a element and then extract its ...
確定! 回上一頁