问题:在将数据添加到数组中去的时候,出现如下错误

          iphone  NSArray 数组越界 

  

疑问为:使用[NSArray addObject:anObject]  竟然报出数组越界。-[__NSArrayM insertObject:atIndex:]: index 18 beyond bounds [0 .. 16]'

 

 

相关文章: