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",