NSObject *obj =[ [NSObject alloc]init]; #if ! __has_feature_(objc_arc) [obj release]; #endif 注释:如果不是arc就可以使用release释放内存