摘要:
只能解析xml文件,不能解析普通的文件 https://www.cnblogs.com/sharpest/p/7877501.html 阅读全文
摘要:
public static void delDir(String path){ File dir=new File(path); if(dir.exists()){ File[] tmp=dir.listFiles(); for(int i=0; i<tmp.length; i++){ ... 阅读全文