public String controllerMethod(@RequestParam Map<String, String> params){ .... } I want to bind the parameters myParam[] (not the other ones) to a list or ...
確定! 回上一頁