🌈 搜索
📅  最后修改于: 2022-03-11 14:52:47.481000             🧑  作者: Mango
int[][] copy = Arrays.stream(matrix).map(int[]::clone).toArray(int[][]::new);