标签: ios nsarray
我有以下代码:
NSArray *arr = [NSArray array]; NSLog(@"%ld",CFGetRetainCount((__bridge CFTypeRef) arr));
预期结果为1,但实际结果为-1。
为什么会这样?