摘要: ###Map接口的使用 public class Test { public static void main(String[] args) { Map<String,String> map = new HashMap<>();//创建Map对象 //添加 map.put("cn","中国"); m 阅读全文
posted @ 2021-09-23 09:18 想吃坚果 阅读(31) 评论(0) 推荐(0)