Scala3 风欲哭无泪 2025-09-11 18 阅读1分钟 object fwh04 { def main(args: Array[String]): Unit = { //多引号,可以支持换行 println( """ 床前明月光, 疑是地上霜 |""".stripMargin) } }