<c:if test="${status.totalvisits == 1000000}" var="visits"> you are the millionth visitor to our site! congratulations!</c:if>
<c:choose><c:when test="${item.type == book }">...</c:when><c:when test="${item.type == electronics }">...</c:when><c:when test="${item.type == toy }">...</c:when><c:otherwise>...</c:otherwise></c:choose>
<table><c:foreach var="name" items="${customernames}"><tr><td><c:out value="${name}"/></td></tr></c:foreach></table>
<table><c:fortokens items="47,52,53,55,46,22,16,2" delim="," var="dailyprice"><tr><td><c:out value="${dailyprice}"/></td></tr></c:fortokens></table>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %><html><body><head><title>parameter listing example</title></head><br><b>parameter values passed to this page for each parameter: </b><table border="2"><c:foreach var="current" items="${param}"> <tr> <td> <b><c:out value="${current.key}" /></b> </td> <c:foreach var="aval" items="${paramvalues[current.key]}"> <td> <c:out value="${aval}" /> </td> </c:foreach> </tr></c:foreach></table></body></html>
<c:url value="http://acme.com/exec/register" var="myurl"><c:param name="name" value="${param.name}"/><c:param name="country" value="${param.country}"/></c:url><a href= <c:out value="${myurl}"/> >register</a>
新闻热点
疑难解答