我正在学习Scala,在下面的代码中使用flatMap(取自99 Scala 问题)我有 def myflatten(somelist : List[Any]): List[Any] = somelist flatMap { case ms: List[_] ...
確定! 回上一頁