NSMutableArray * array = [[NSMutableArray alloc] init]; [ array addObject:[NSNumber numberWithInt: 20]]; ...
www.cnblogs.com