[Int](courses.keys) 这种写法怎么会报错了?Array(courses.keys)是可以的,xcode版本6.3.2 难道是swift 1.2版本这种写法不行了?

来源:5-4 Swift-字典的基础操作

BrodyGao

2015-06-20 23:13

cannot find an initializer for type '[(Int)]' that accepts an argument list of type '(LazyForwardCollection<MapCollectionView<Dictionary<String, String>, String>>)'

写回答 关注

1回答

  • 小大熊猫
    2015-08-07 12:05:31

    你的字典key是int吗?我这边两种都可以的,Xcode6.4

玩儿转Swift

这套教程比任何的Swift中文教程深入,并且演示示例更丰富

57181 学习 · 511 问题

查看课程

相似问题