1. 相同地址的圖片,內(nèi)容修改了,SDWebImage 如何去刷新?
搜索SDWebImageDownloader.m類,如圖所示:

SDWebImageDownloader
加載圖片時(shí)使用SDWebImageRefreshCached
[self sd_setImageWithURL:url placeholderImage:[UIImage imageNamed:@"icon_header_default_man"] options:SDWebImageRefreshCached];
2. AFNetwok 使用 POST 上傳數(shù)據(jù),而且數(shù)據(jù)要求使用application/json;,怎么辦?
搜索AFURLRequestSerialization.m類,如圖所示:

AFURLRequestSerialization.m