public static int[][] transposeMatrixOf(int[][] a){ int[][] transpose = new int[a.length][]; for(int i=0;i满意请采纳