Document doc = Jsoup.parse(url, 3000);. // Get first table. Element table = doc.select("table").first();. // Get td Iterator.
確定! 回上一頁