... Files.lines(file_path) 將檔案讀成字串; 在Java 7 中通過 Files.readAllLines() 從檔案中讀取字串; BufferedReader.readLine 從檔案中讀取字串.
確定! 回上一頁