model设值:m.addAttribute("pageNo", pageNo);页面显示值:当前为第:<span th:text="${pageNo}">pageNo</span>页JS取值:var pageNumber = [[${pageNo}]];--2020年5月1日--