iOS-// 清除内存缓存-// 清除磁盘缓存-// iOS7以后, 还需要添加清除系统缓存 2016-03-11 08:36:26 // 清除内存缓存 [[SDWebImageManager sharedManager].imageCache clearMemory]; // 清除磁盘缓存 [[SDWebImageManager sharedManager] .imageCache clearDisk]; // iOS7以后, 还需要添加清除系统缓存 [[NSURLCache sharedURLCache] removeAllCachedResponses]; 当前页面是本站的「Baidu MIP」版。发表评论请点击:完整版 »