标签: objective-c cocoa cocoa-touch nsmutablearray lvalue
[array objectAtIndex:i]不能用作L值,因此不能用于在索引i处设置对象。
[array objectAtIndex:i]
答案 0 :(得分:85)
使用-insertObject:atIndex:或replaceObjectAtIndex:withObject:。
-insertObject:atIndex:
replaceObjectAtIndex:withObject: