public String controllerMethod(@RequestParam(value="myParam") Map<String, String> params){ .... } Is there any syntax to bind some params to a list or array ...
確定! 回上一頁