object ScalaDemo1 { def main(args: Array[String]) { println("Hello,world!"); } } 转载于:https://www.cnblogs.com/yxwkf/p/4573465.html