In Java (and other languages), using null is a common way of indicating that there is no value attached to a reference variable. In Scala, using Option is ...
確定! 回上一頁