NSString *imgName = [[SDWebImageManagersharedManager]cacheKeyForURL:[NSURLURLWithString:urlStr]];
//从沙盒中读取照片
[[SDWebImageManagersharedManager] downloadImageWithURL:[NSURLURLWithString:imgName] options:0progress:nilcompleted:^(UIImage *image,NSError *error, SDImageCacheType cacheType,BOOL finished, NSURL *imageURL) {
if (image) {
[imgFiledIdArr addObject:image];
}
}];