springmvc中数据绑定
1:同属性的情况,即 user1和user2含有相同的属性//http://localhost:9080/es-web/binder/test1?user1.id=1&user2.id=2 @RequestMapping("/test1") public String test1(@ModelAttribute("user1") User user1, @ModelAttribute("u