array to list: import java.util.Arrays; String[] stringArray = {"a","b","c","d"}; List<String> stringList = Arrays.asList(stringArray);
確定! 回上一頁