var name = "jay" print("He name is \(name)") //输出:He name is jay
字符串插值是一种构建新字符串的方式,可以在其中包含常量、变量、 字面量和表达式。