FileInputStream fis = new FileInputStream("d:\\input.txt");. InputStreamReader isr = new InputStreamReader(fis, "UTF-8");.
確定! 回上一頁