//可选类型的声明var myString:String? = nil var myString2:Optional<String>
菜鸡的swift学习(2)
原文:http://www.cnblogs.com/shiori/p/6195614.html