我是Scala的新手,我有点困惑.
给定列表列表List[List[Int]],如何调用每个列表的元素的特定索引,例如每个列表的第二个元素?
List[List[Int]]
scala list
list ×1
scala ×1