jstl jar包使用

jstl1.0的声明是 (同时需要两个jar包 jstl 和 standard)
<%@ taglib prefix=“c” uri=“http://java.sun.com/jstl/core” %>
jstl1.1以后声明为 (只需要jstl)
<%@ taglib prefix=“c” uri=“http://java.sun.com/jsp/jstl/core” %>

你可能感兴趣的:(jstl jar包使用)