create an ArrayList ArrayList myList = new ArrayList (); //some items to ArrayList myList.add("One"); myList.add("Two"); myList.add("Three"); /* * To insert ...
確定! 回上一頁