gpt4 book ai didi

iphone - 如何将整数值存储到 iPhone 中的 NSMutableArray

转载 作者:搜寻专家 更新时间:2023-10-30 19:52:51 26 4
gpt4 key购买 nike

我有 NSMutableArray,其值为 10、15、26、28。我想将它们作为整数形式存储到另一个数组中,我该如何存储它们。谢谢:)

最佳答案

这里是如何添加

[array addObject:[NSNumber numberWithInt:10]];

你可以得到像这样的整数值

//assuming array has nsnumber/nsstring objects.

[[array objectAtIndex:index] intValue];

关于iphone - 如何将整数值存储到 iPhone 中的 NSMutableArray,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6491682/

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