2017年5月8日

Map.putAll()方法

摘要: import Java.util.HashMap; public class Map_putAllTest {public static void main(String[] args){ //两个map具有不同的key HashMap map1=new HashMap(); map1.put("1 阅读全文

posted @ 2017-05-08 09:05 ceng006 阅读(779) 评论(0) 推荐(0)

导航