文章列表
以下是我的对Jstl的总结。这些代码包含的jstl的主要语法。
1.<%@ taglib uri='http://java.sun.com/jstl/core' prefix='c' %>
2.The pageContext implicit object lets you access the page context, which has references to the request, response, session, servlet context, servlet config, etc
<c:out value='${param.name}'/>
...