關於NSString的retainCount的各類結果緣由

1. 字符串常量html NSString *s = @"test";ide NSLog(@"s:%d",[s retainCount]); // -1或2147483647(即UINT_MAX ( Maximum value an `unsigned int'))post 由於"test"爲字符串常量,系統不會收回,也不會對其做引用計數,即便咱們對s如何retain或release。orm  
相關文章
相關標籤/搜索