set list map的简单操作
摘要:
package test;import java.util.*;public class Test{public static void main(String [] arge){ List l = new ArrayList(); l.add("aa"); l.add("bb"); l.add("cc"); l.add("cc"); Map m=new HashMap(); m.put(1, "1"); m.put(2, "2"); m.put(3, "3&quo 阅读全文
posted @ 2012-07-23 14:28 马来亚 阅读(159) 评论(0) 推荐(0)
浙公网安备 33010602011771号