-(void)dealloc { self.caption = nil; //等价于[self setCaption:nil]; self.photographer=nil; [super dealloc]; }