UIImageView通过URL加载图片的方法【UIImage】 UIImageView通过URL加载图片的方法【UIImage】 06/27, 2012 东方皓 Comments 0 Comment NSImage *image = [UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:MyURL]]];