Document doc = Jsoup.parse(input, "UTF-8", "http://example.com/"); ... Element masthead = doc.select("div.masthead").first(); // div with class=masthead
確定! 回上一頁