标签: scala
在Scala中,与变量之间进行比较时,是否可以将if语句替换为更高阶的方法。 代码解释问题是
def fun(num: Double ): Unit ={ if(num < math.random){ println(num) } }