NSMutableArray *mutablearray;[mutablearray addObject:添加的对象];或[mutablearray insertObject:添加的对象 atIndex:欲添加的位置];通常用第一个