摘要: NSInteger age = 10; NSLog@(@"%zd",age); 如果使用 %ld 占位符 如果不兼容32和64系统则warning:“add an explicit cast to 'long' instead” 阅读全文
posted @ 2017-01-20 09:00 wangwei_Carry 阅读(609) 评论(0) 推荐(0) 编辑