宽容他人,放过自己。

swift中的??

Posted on By anchoriteFili

?? 被命名为空合运算符

let username = loginName ?? "Guest"

loginName 表示为可选性,如果loginName 为空,则使用默认名称 Guest