private String read() throws IOException { final List lines = Files.readAllLines(Paths.get(filename), StandardCharsets.UTF_8);
確定! 回上一頁