getElementsByClass(className) } fun getElementsByTag(html: String, tagName: String): Elements { val document = Jsoup.parse(html) return ...
確定! 回上一頁