SpringMVC视图用JSP页面时,无法解析后台传回的 Map集合中的数据,此时在jsp头部加上属性:isELIgnored="false"即可。
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8" isELIgnored="false"%>
SpringMVC视图用JSP页面时,无法解析后台传回的 Map集合中的数据,此时在jsp头部加上属性:isELIgnored="false"即可。
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8" isELIgnored="false"%>