gpt4 book ai didi

ios - 如何快速访问字典数组

转载 作者:搜寻专家 更新时间:2023-10-31 22:46:04 25 4
gpt4 key购买 nike

我有一个包含字典array。这就是我尝试访问数组的方式。

这是怎么回事?

let aWeather: Dictionary = arrWeatherDeatils[indexPath.row]! as!Dictionary

当我使用此代码时,xcode 显示此错误:

Command failed due to signal: Segmentation fault: 11

最佳答案

let aWeather: Dictionary<AnyObject,AnyObject> = arrWeatherDeatils[indexPath.row]! as! Dictionary<AnyObject,AnyObject>

关于ios - 如何快速访问字典数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37873615/

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