摘要:
NSString * path = [[NSBundle mainBundle]pathForResource:@"alien" ofType:@"png"]; UIImage *image = [[UIImage alloc] initWithContentsOfFile:path]; NSString* path2 = [[NSBundle mainBundle]pathForResource:@"spider" ofType:@"png"]; UIImage * image2 =[[UIImage alloc 阅读全文