我有一个HashMap 并且想通过附加另一个字符串“hello”来更改值(它是一个字符串)。 HashMap<User, String> all = new HashMap<>(); mymap.forEach((k, v) -> v = v + ...
確定! 回上一頁