如何找到二维数组中的行数和列数?
例如,
Input = ([[1, 2], [3, 4], [5, 6]])`
应显示为3行2列。
https://stackoverflow.com/questions/10713004
相似问题