接下來,使用FileReader從output1.txt中讀取信息: private static String readFile(String filename) { String str = null; try { BufferedReader ...
確定! 回上一頁