springboot 遍历接收到的Map,删除对应的键值对

@XxxMapping("/xxx") public xxx Xxxx(@Request Map<Object, Object> map){ Set<Object> keys = map.keySet(); Iterator<Object> iterator = keys.iterator(); w
posted @ 2024-04-26 10:17  Lee597  阅读(6)  评论(0编辑  收藏  举报