标签: java
我正在努力解决这个问题,我怎样才能将第一行转换为第二行?首先十分感谢!
int mm [] [] = new int[][] {{10, 30},{30, 5},{5,60}}; int mm [] = new int[] {10, 30, 5, 60};