39_泛型集合的綜合應用案例

      //Map迭代方式之一: 得到Entry,Entry實現了Iterator接口 HashMap<String,Integer> map=new HashMap<String,Integer>(); map.put("ljl", 26); map.put("ly", 21); map.put("czbk", 10);
相關文章
相關標籤/搜索