<%@ page isELIgnored="false" language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
在page 标签头加上
isELIgnored="false"
也可以参考http://www.iteye.com/topic/231840 这里说的比较详细
<%@ page isELIgnored="false" language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
在page 标签头加上
isELIgnored="false"
也可以参考http://www.iteye.com/topic/231840 这里说的比较详细
转载于:https://my.oschina.net/unteacher/blog/180499