InputStream is = new FileInputStream(path); InputStreamReader isr = new InputStreamReader(is, "utf-8"); BufferedReader br = new ...
確定! 回上一頁