美文网首页
JSTL表达式

JSTL表达式

作者: 蘋果_283e | 来源:发表于2017-03-25 14:36 被阅读0次

    1、jstl(JSP Standard Tag Library) jsp标准标签库

    2、使用前要导入<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

    3、<c:forEach var="uu" items="${list}">注:items后接的是el表达式-->集合

    c标签没有if

    注:el和jstl 只能在jsp页面中使用,不能在html或servlet中用

    http://www.runoob.com/jsp/jsp-jstl.html

    相关文章

      网友评论

          本文标题:JSTL表达式

          本文链接:https://www.haomeiwen.com/subject/pgdcottx.html