用对象接收GET请求传递过来的多个参数

/ Java / 0 条评论 / 1770浏览
@RequestMapping(value = "/test", method = RequestMethod.GET)
public void test(@ModelAttribute Model model){

}