java数组转换成为List。调用Arrays的asList方法.String[] arr = new String[] {"1", "2"};List list = Arrays.asList(arr);