gpt4 book ai didi

ios - iPhone 设备中的 Json 解析错误,但在模拟器中正确

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

这是我的代码:

    let res = try JSONSerialization.jsonObject(with: data!, options:.mutableContainers) as! [[String:Any]]

数据是Response.data的结果。

它在模拟器中运行良好,但在 iphone6 中控制台输出

    Could not cast value of type ‘__NSDictionaryM’ to ‘NSArray’

json数据格式如下

    [{"":""},{"":""},{"":""}]

jsondata 表单服务器适用于 android、ios 模拟器。但当涉及到我的 iPhone 设备时,代码失败了。响应json数据的结果只是{},它是空的,但在Xcode模拟器上运行良好。

谁能告诉我为什么?

最佳答案

试试这个会有帮助的:as! Array<Dictionary<String,Any>>

如果你的格式是这样的[{"":""},{"":""},{"":""}]

关于ios - iPhone 设备中的 Json 解析错误,但在模拟器中正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44321889/

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