toArray(str);. 陣列轉list: List<String> list = new ArrayList<String>();. String[] str = {"a","b","c"}; list = java.util.Arrays.asList(str); ...
確定! 回上一頁