File file = new File("d:\\study\\javaio\\inooc");
如果没有javaio和inooc这两个文件夹的话,file.mkdir(); 是创建失败的,不能同时创建两层文件夹。
用file.mkdirs(); 多个s