Swift字典简写声明错误

时间:2015-06-17 01:00:41

标签: swift

如果我写的话,为什么会出现编译错误:

let d = [String: AnyObject!]() // error: Operand postfix "!" should have an optional type

但如果我写的话不是错误:

let d = Dictionary<String, AnyObject!>() // ok

0 个答案:

没有答案