摘要: public class TestMap { @Test public void test7(){ Map map = new HashMap<>(); map.put("aa",123); map.put("bb",1234); map.put("cc",1245); //1. 此时输出的全是值 阅读全文
posted @ 2021-03-05 11:16 Dasn 阅读(134) 评论(0) 推荐(0)