一、常量let 变量var

let a1 = 1
let a2 = ""
let = "Cry"
let π = 3.1415926
var b = 2
let c,d: Int
var e,f: String
let i: Int = 1, j: Float = 2.0, k: String = "Three"
let l: Bool = true
typealias hehe = UInt8
let m: hehe = 66
print("m = \(m)")


本文无需标签!
本文作者:free
文章标题: 一、常量let 变量var
本文地址:https://renchuanchuan.com/?post=11
版权声明:若无注明,本文皆为“RCC”原创,转载请保留文章出处。
本文地址:https://renchuanchuan.com/?post=11
版权声明:若无注明,本文皆为“RCC”原创,转载请保留文章出处。

