File file = new File(fileName); //use UTF-8 encoding. List fileLinesList = Files.readAllLines(file.toPath(), StandardCharsets.UTF_8);
確定! 回上一頁