MultiValueMap 一个key 可以对应多个value MultiValueMap<String, String> map = new LinkedMultiValueMap<>(); map.add("name", "小明"); map.add("name", ...
確定! 回上一頁