有的时候,需求需要,得给数组添加空的对象。而NSMutableArray,不支持添加。 此时可以这么来达到效果, 这时可以使用 NSNull 来做这件事: [myArray addObject:[NSNull null]];