javaFile类的使用

import java.io.File; import java.io.IOException; public class file { public static void main(String[] args) throws IOException { File f=new File("E:\\Blog"); printFile(f,0);//打印方法 } private stat
相关文章
相关标签/搜索