pro.xml中添加jstl标签

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>

 

在jsp页面中写入<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>c标签库

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
  • 2022-03-04
  • 2022-12-23
  • 2021-05-16
  • 2022-12-23
  • 2022-03-02
猜你喜欢
  • 2021-06-27
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案