Map<String,Object> result = Map.newHashMap(); result.put("newKey",result.remove("oldKey"));
Map中key的名称更换
最新推荐文章于 2025-05-21 16:44:20 发布
Map<String,Object> result = Map.newHashMap(); result.put("newKey",result.remove("oldKey"));