导入Jstl标签库
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
需要导入jstl.jar和standard.jar
c:forEach --> 迭代标签迭代List或Map
${person.name }
${entry.key } : ${entry.value }
${num }
c:if --> 判断标签 c:out c:set c:catch c:forTokens --> 分割标签 c:url --> 生成URL
欢迎您:${user.username}
${result }
${map.propertyname }
${p.name }
<%
int x = 1 / 0;
%>
${ex.message }
${ss }
data1={"a,b,c,d"}
hreftextJava相关栏目本月热门文章



