标签: scala
我有以下代码段:
def now = System.currentTimeMillis
当我想在REPL中调用now函数时,只需
now
为什么不
now()
并显示错误
<console>:9: error: Long does not take parameters now( )