... reading the file using the readAllLines() method available since Java 8: String fileName = ...; List<String> lines = Files.readAllLines(Path ...
確定! 回上一頁