Elements tables = doc.getElementsByAttribute("table"); for(Element table : tables) { Elements tableRows = table.getElementsByAttribute("tr"); ...
確定! 回上一頁