iOS NSArray removeObject & removeObiectIndex区别
removeObject 删除数组中的对象 会删除和array[0] 相等的对象 removeObject:array[0] 不等于 removeObiectIndex:0