value=Integer.parseInt(map.get(key).toString()); String[] maxKey= maxK.split("_"); strKey= maxKey[0]; } System.out.println("Key:" + strKey + ",Value:" +value);returnstrKey; } 输出的结果 Key:张三,Value:28Map中Value(值)的最大值的Key:张三...