2012年7月23日

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)

导航