Product ->>profile
1.有缓存(无法释放,参数传的是文件名)[UIImage imageNamed:@""];
2.无缓存(用完就会释放,参数传的是全路径)[[UIImage alloc] initWithContentsOfFile:]