createNewFile();//创建txt文件 boolean b2 = file1.mkdir();//创建aa文件夹 boolean b3 = file2.mkdirs();//创建aa..bb文件夹 if(b1 && b2 && b3){ ...
確定! 回上一頁