使用FileInputStream >>> InputStreamReader >>> BufferedReader的decoration方式,可以控制使用的encoding。 FileInputStream fis = new FileInputStream(path);
確定! 回上一頁