// 根据map中得值去判断删除map.values().removeIf(value -> !value.contains("1")); // 根据key删除map.keySet().removeIf(key -> key != 1); //通过 ...
確定! 回上一頁