toString} mkString (","); res1: String = 1,2,3; scala> (1,2,3).productIterator foreach {println _}; 1; 2; 3; // if you know the tuple is ...
確定! 回上一頁