readFileToString(file, StandardCharsets.UTF_8); } catch (IOException e) { e.printStackTrace(); } System.out.println(content); // utf8 ...
確定! 回上一頁