List<String> al = new ArrayList<String>();. // adding elements of array to arrayList. Collections.addAll(al, ...
確定! 回上一頁