SpringMVC:解决406 not acceptable
最近的项目中使用springMVC,在前台页面中报406 not acceptable的错误.在controller层的代码@RequestMapping("/item/list")@ResponseBody public EUDataGridResult getItemList(Integer page, Integer rows) { EUDataGridRes...