摘要: 拿示例说话 1、初始化 testMap = new Map; 2、添加一个值 testMap.set('1','1') 3、再添加 testMap.set('2','2') 4、获取值 testMap.get ('2') 5、清除 testMap.clear() 6、查看大小 testMap.siz 阅读全文
posted @ 2020-09-08 11:04 zhaogaojian 阅读(918) 评论(0) 推荐(0) 编辑