NSMutableArray *muarray=[[NSMutableArray alloc]init];for(int i = 0;i<=10;i++){[muarray addObject:添加的字段]}