restful SpringMVC中Get請求傳遞數組與接收數組

controller層 在controller中接收數組類型參數能夠經過List的方式或者數組方式接收 示例代碼java @GetMapping("/consumerGetTest") @ResponseBody public String consumerPostTest(@RequestParam("nameArr") List<String> nameArr,
相關文章
相關標籤/搜索