【实验楼】Scala语言初步2017年10月29日 · 阅读需 2 分钟两种类型的变量:val(常变量,类似于final)、var。Unit类型类似于void。 函数定义形式: def func(para:Type):Type={// do something}