• 2022-05-31
    下面语句执行后,执行get(1)方法得到的值是() HashMap map = new HashMap; map.put(1,"one"); map.put(2,"two"); map.put(3,"three"); map.put(1,"four");