Expression Language
JSP Standard Tag Library
EL 表达式语言
${expression}
get attribute
Page pageScope
Request requestScope
Session sessionScope
Application applicationScope
JSTL JSP 标准标记库
build.grdle
compile 'jstl:jstl:1.2'
*.jsp
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
c:if
c:choose
用来包含 c:when
或 c:otherwise
c:when
在 c:choose
中,至少有一个,可以有多个c:otherwise
在 c:choose
中,可有可无c:forEach
c:redirect