jstl与taglibs

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" %>
以粮为纲全面发展
原文地址:https://www.cnblogs.com/alexliuf/p/13806465.html