
objective-c
cocoooooa
这个作者很懒,什么都没留下…
展开
-
oc 前缀格式
The format specifiers supported by the NSString formatting methods and CFString formatting functions follow the IEEE printf specification; the specifiers are summarized in Table 1. Note that you can转载 2012-05-09 09:46:18 · 1639 阅读 · 0 评论 -
用法:NSNumber、NSString、NSDate、NSCalendarDate、NSData
NSNumber + (NSNumber *)numberWithInt:(int)value; + (NSNumber *)numberWithDouble:(double)value; - (int)intValue; - (double)doubleValue; NSNumber可以将基本数据类型包装起来,形成一个对象,这样就可以给其发送消息,装入NSArray中等等。 NS转载 2012-05-09 14:29:37 · 693 阅读 · 0 评论