asList(intArray)); List<String> nameList = new ArrayList<>(Arrays.asList(nameArray)); System.out.println(intList.contains(12)); ...
確定! 回上一頁