java删除被占用的文件时间:2021-11-15 15:03:38 boolean result = f.delete();//判断是否删除完毕 if(!result) { System.gc();//系统进行资源强制回收 f.delete; }