[JSTL]之c
需要使用JSTL中的c标签,首先需要引入<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
1.<c:if>
<c:set var="abc" value="${abc}"/> <c:if test="${ null != abc }"> </c:if>
页:
[1]