标签:
UIImage *image = [[UIImage alloc] initWithData: [NSData dataWithContentsOfURL: [NSURL URLWithString:self.film.picName]]];
film是要显示类 picName是film类的属性 代表图片名字
通过解析的字符串返回图片
原文地址:http://www.cnblogs.com/xupengli/p/4415424.html