gpt4 book ai didi

iphone - 如何将字符串添加到 NSArray 的特定索引处?

转载 作者:行者123 更新时间:2023-12-03 20:35:38 27 4
gpt4 key购买 nike

NSInteger timeNum = time; 
NSMutableArray theResultArray = [[NSMutableArray alloc] init];
[theResultArray insertObject:[NSNumber numberWithInt:timeNum] atIndex:rightIndex];

这就是我们将 NSInteger 插入数组的方法。我该如何为 NSString 做到这一点?

最佳答案

这更容易,因为您不必封装整数:

[theResultArray insertObject:myNSString atIndex:rightIndex];

希望有帮助。

关于iphone - 如何将字符串添加到 NSArray 的特定索引处?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3581565/

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