摘要:
NSString (Immutable)NSMutableString (rarely used)NSNumberNSValueNSData (bits)NSDateNSArray (Immutable)- once you create the array, you cannot add or remove objectseg:NSArray *primaryColors = [NSArray arayWithObjects:@"red", @"yellow", @"blue", nil];NSMutableArrayNSDicti 阅读全文
posted @ 2013-12-18 14:46
Master HaKu
阅读(232)
评论(0)
推荐(0)