为了写作业,又用回去了jstl,有几个坑重复坑了
1,导入包
<dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> <version>1.2</version></dependency>2,
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%><%@page isELIgnored="false" %>