scala-簡單的模式匹配

csvMap.get(row) match { case Some(y:Map[String, String]) => y.get(list) case None => None } csvMap的數據類型是:Map[String, Map[String, String]]code 如今我想實現經過row和list關鍵字,提取出來對應的String。get
相關文章
相關標籤/搜索