Scala Hello 示例时间:2023-03-09 05:03:07 object ScalaDemo1 { def main(args: Array[String]) { println("Hello,world!"); } }