Use the static Jsoup.parse(File in, String charsetName, String baseUri) method: File input = new File("/file/input.html"); Document doc = Jsoup.parse(input, ...
確定! 回上一頁