标签: swift3 ternary-operator optional-arguments
Swift 3中三元运算符的参数是怎么回事? 它们现在不是可选的吗? 是否可以编写像这样的代码:
let a = true ? nil : ""