gpt4 book ai didi

swift - 如何将元素快速追加到特定索引处的字典中

转载 作者:行者123 更新时间:2023-11-28 12:07:45 25 4
gpt4 key购买 nike

嘿,我正在尝试基本上能够将新索引放在字典的最前面或最后面。

到目前为止我能够模拟什么代码:

 // no success

var updatedList = [String: AnyObject]()

updatedList.updateValue(child as AnyObject, forKey: "0")

or

updatedList[child]


to simply get child in array, I'm trying to figure out how to put it last or first in the dictionary

最佳答案

你不能用 Dictionary 做到这一点因为它没有排序标准,只有你可以为一个键添加元素,这种方式可以在Array只有

关于swift - 如何将元素快速追加到特定索引处的字典中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49084027/

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