list.add(str);. list.add("Array List!"); 2.取值. list.get(index);. 3.查詢list大小. int size = list.size();. 4.查詢特定元素.
確定! 回上一頁