引用c标签时出错<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>,红色处报错,错误信息为:Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" 解决办法:同时加入jstl.jar和standard.jar两个jar包,必须加入这两个包