jsp页面使用jstl标签需要导的jar包

最近在学springmvc的时候,写的测试页面(jsp)需要用到jstl标签,

在jsp页面引入核心库标签

<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>时提示:Can not find the tag library descriptor for "http://
 java.sun.com/jsp/jstl/core"

jsp页面使用jstl标签需要导的jar包

检查发现,原来没有导入jstl.jar和standard.jar

导入jar包后,不在报错