[[SDImageCache sharedImageCache] removeImageForKey:head];
NSURL *url = [NSURL URLWithString:head];
[cell.image sd_setImageWithURL:url];
[[SDImageCache sharedImageCache] removeImageForKey:head];
NSURL *url = [NSURL URLWithString:head];
[cell.image sd_setImageWithURL:url];
本文标题:iOS - 同链接不同图片
本文链接:https://www.haomeiwen.com/subject/xhlcrltx.html
网友评论