gpt4 book ai didi

objective-c - 更改 NSMutableArray 中的值

转载 作者:太空狗 更新时间:2023-10-30 03:46:35 24 4
gpt4 key购买 nike

我有一个加载了值的 NSMutableArray。

稍后在应用程序中,我需要更改数组中其中一个元素的值。

我该如何实现?

谢谢托尼

最佳答案

看一下类引用实例方法:

http://developer.apple.com/library/ios/#documentation/cocoa/reference/foundation/Classes/NSMutableArray_Class/Reference/Reference.html

您可以使用:

replaceObjectAtIndex:withObject: 如果您知道对象的索引。replaceObjectsAtIndexes:withObjects: 一次替换多个对象。

关于objective-c - 更改 NSMutableArray 中的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4218256/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com