import java.util.*; ... String[] strings = {"Lula", "José Aparecido", "Carlos Minc"}; List list = Arrays.asList(strings);
確定! 回上一頁