注:代码已升级至Swift4 变量:使用var声明 var str:String = "appblog.cn" 常量:使用let声明 let count:Int = 32 整型 有符号整形:Int,Int8,Int16,Int32,Int64 无符号整形:UInt,UInt8