// This is a Integer constant · let a : Int = 5 · // This is a String constant · let b : String = "My string." · print("\(a) is \(b)") ...
確定! 回上一頁