pom.xml中的坐标
<!-- jstl taglibs--> <!-- jstl --> <!-- https://mvnrepository.com/artifact/jstl/jstl --> <dependency> <groupId>jstl</groupId> <artifactId>jstl</artifactId> <version>1.2</version> </dependency> <!-- taglibs --> <dependency> <groupId>taglibs</groupId> <artifactId>standard</artifactId> <version>1.1.2</version> </dependency>
js页面中导入taglib
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>