StackOverflow 文档 Scala Language 教程 字符串插值 Hello String Interpolation Hello String Interpolation Created: November-22, 2018 在S插允许的变量的字符串中的用法。 val name = "Brian" println(s"Hello $name") 运行时将 Hello Brian 打印到控制台。 使用 f 插值器格式化字符串插值在字符串文字中使用表达式