JSP EL语法与基本使用
JSP EL的语法与基本使用
?
<%session.getAttribute("phone")%>等价于${sessionScope.phone}?
<web-app…> <jsp-config> <jsp-property-group> <url-pattern>*.jsp</url-pattern> <el-ignored>true</el-ignored? <jsp-property-group> </jsp-config></web-app>?
?