摘要: 只能解析xml文件,不能解析普通的文件 https://www.cnblogs.com/sharpest/p/7877501.html 阅读全文
posted @ 2018-11-07 10:23 脚本小娃子 阅读(1302) 评论(1) 推荐(1) 编辑
摘要: 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++){ ... 阅读全文
posted @ 2018-11-07 09:23 脚本小娃子 阅读(453) 评论(0) 推荐(0) 编辑