Just a little smile ^ ^

yoyo_zeng

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
  112 随笔 :: 3 文章 :: 0 评论 :: 10万 阅读

08 2012 档案

摘要:NSString *str = [NSString stringWithString:[[NSString alloc] initWithFormat:@"123"]]; int i= [str retainCount]; //2 方法中套init,套用的init不会自动release NSString *str2 = [[NSString alloc] initWithFormat:[[NSString alloc] initWithFormat:@"456"]]; int i2= [str2 retainCount]; //1 重新分配内存总结:最好 阅读全文
posted @ 2012-08-08 15:01 yoyo_zeng 编辑

点击右上角即可分享
微信分享提示