我好奇:
scala> Some(null) == None res10: Boolean = false
为什么不Some(null)转变为None?
Some(null)
None
null scala option
null ×1
option ×1
scala ×1