10_Scala控制抽象*了解-2.抽象函数时间:2024-05-03 07:07:44 抽象函数-> 函数没有输入只有返回 ->抽象方法的调用时候,不能有小括号 def test(f: => Unit): Unit = { f //调用 }