gpt4 book ai didi

objective-c - NSDictionary - 打印数组

转载 作者:行者123 更新时间:2023-12-03 16:26:30 25 4
gpt4 key购买 nike

这个网站很棒,我收到了很多回复,所以我尝试对之前遇到的问题进行编码

NSMutableArray *sort = [NSMutableArray arraywithArray:[dic allValues]]; 

for(NSString *s in sort){
[Purchases appendString:[NSString stringWithFormat:@"%@",s]];
}
textview.text = Purchases;

输出的顺序仍然不像我打开 Plist 文件时那样显示...另外附注是可以在资源文件夹中写入和打开 plist 文件...

感谢您的帮助!

编辑:

2010-02-12 23:54:35 -0500 
2010-02-12 23:29:11 - 0500
2010-02-12 23:54:42 - 0500
2010-02-12 23:54:58 - 0500

这就是我得到的订单^^

但是当我打开 plist 文件时,顺序是:

2010-02-12 23:29:11 -0500 
2010-02-12 23:54:35 -0500
2010 02-12 23:54:42 - 0500
2010 02-12 23:54:58 - 0500

^^ 这就是我想要的顺序,除了降序

最佳答案

[dic allValues] 不会以任何可靠的顺序返回键。它使用下面的集合,这意味着它是无序的。

如果您正在寻找也能保持插入顺序的字典,请查看 CHDataStructures framework 中的 CHOrderedDictionary .

关于objective-c - NSDictionary - 打印数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2259904/

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