儒雅钻石

文章
7
资源
0
加入时间
4年0月1天

map中的remove方法

/** * * Map移除集合 * */public class MapDemo{ public static void main(String[] args) { Map<String,Integer> m = new HashMap<String,Integer>(); m.put("zhangsan", 19); m.put("lisi",