思路:定义一个集合,然后向该集合中放入元素值。
代码如下,里面附有注释。
运行结果:
HashMap.put("键",“值”)
HashMap map = new HashMap();map.put("key", "这里是key对应的值");