public class openfile { public static void main(String[] args) { try { File file1 = new File("thisfile.txt"); } catch (FileNotFoundException e) ...
確定! 回上一頁