List <Integer> numbers = Arrays.asList(1, 2, 3); 如果事先不知道要收集哪些元素,可以直接建立 List 的實作物件,你完全可以視需求採用 ...
確定! 回上一頁