InputStreamReader(new FileInputStream(fileName),"UTF-8");這樣讀取檔案就會直接用UTF-8解碼,不用再做編碼轉換。 Java程式碼 public static List<String> ...
確定! 回上一頁