1、
1
2
3
4 |
使用model防止暴漏request reponse @RequestMapping (value = "/car/collectManage" , method = RequestMethod.GET) public
String checkCarsManage(Model model) |
原文:http://www.cnblogs.com/xuzhenmin/p/3558173.html