1, 如下代码所示File dir = new File("root"); File f1 = new File("root"); // 文件对象创建后,指定的文件或目录不一定物理上存在if(!dir.exists()) ...
確定! 回上一頁