if(files!=null&&files.length>0){ for(File file:files){ if(file.isDirectory()){ listDriectory(file); } else{ System.out.println(file); } 查看完整描述