代码
#define Name_Resource @"HolidaySkin"
#define kSkinCachePath [[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) firstObject] stringByAppendingPathComponent:Name_Resource]
UIImage *image = [UIImage imageWithContentsOfFile:[NSString stringWithFormat:@"%@/%@/%@",kSkinCachePath,@"appskin_2021dangwei0630",@"bottombar3_normal"]];