清除缓存(删除cache文件夹)
NSArray *cache = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES);
NSString *cachePath = cache[0];
[manager removeItemAtPath:cachePath error:nil];
ErwinSmith ©著作权
文章标签 清除缓存 文章分类 JavaScript 前端开发
清除缓存(删除cache文件夹)
NSArray *cache = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES);
NSString *cachePath = cache[0];
[manager removeItemAtPath:cachePath error:nil];
上一篇:音频播放
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M