swift Any转字典Dictionary Cannot convert value of type ‘Any‘ to specified type ‘Dictionary<Key, Value>‘

编程入门 行业动态 更新时间:2024-10-27 02:24:52

文章目录

  • 如下图会报错:
  • 点击Fix后还是会报错:
  • 解决方法:在Key和Value的位置写上具体的数据类型
  • 参考博客:

如下图会报错:

  • Cannot convert value of type ‘Any’ to specified type ‘Dictionary<Key, Value>’
    Insert ’ as! Dictionary<Key, Value>’
  • Generic parameter ‘Key’ could not be inferred
  • Generic parameter ‘Value’ could not be inferred

点击Fix后还是会报错:

  • Cannot find type ‘Key’ in scope

解决方法:在Key和Value的位置写上具体的数据类型

 let dict : Dictionary = any as! Dictionary<String, Any> 

参考博客:

将AnyObject以swift格式转换为Dictionary

更多推荐

swift Any转字典Dictionary Cannot convert value of type ‘Any‘ to specified type ‘Dic

本文发布于:2023-06-14 09:47:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1462576.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:字典   Dictionary   swift   Key   type

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!