1.controller层以page对象分页时,前台ajax接收数据时要以data.page.dataList形式。 2.controller层以modelAndView对象分页时,前台ajax接收数据时要以data.data.dataList形式。