import java.io.*; public class Test { public static void main(String[] args) { FileReader fin; try { fin = new FileReader("c:\\file.txt");
確定! 回上一頁