用Arrays.asList(int[])会变成一个List<int[]>型的list 可以用 Arrays.stream(int[]).boxed().collect(Collectors.toList());