摘要: 1、scala项目结构 2、hello world第一个程序 object HelloWorld { def main(args: Array[String]): Unit = { println("hello world") System.out.println("aaaa") } } 3、与Ja 阅读全文
posted @ 2022-01-24 17:36 往心。 阅读(61) 评论(0) 推荐(0)