1.array轉化為List ,利用java.util.Arrays中的asList方法. Integer []arr = {1,2,3};. System.out.println(arr);. List<Integer> list = Arrays.
確定! 回上一頁