val document = Jsoup.parse(it.data) val tableElements = document.select("table:eq(2) > tbody") for (element in tableElements) { val data ...
確定! 回上一頁