在线一区二区三区高清视频,国产精品妇女一二三区,美女被遭强高潮网站在线播放,实拍各种胸走光见奶头

Can not find the tag library descriptor for "http:

時間:2020-01-15 11:06:49 類型:JAVA
字號:    

在聲明調(diào)用JSP標(biāo)簽<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>, 出現(xiàn)以下錯誤

Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/co, 

原因:

是少了兩個JAR文件 jstl-1.2.jar,standard-1.1.2.jar

解決方法:

百度下載兩個JAR文件,放到WEB-INF->lib下面, 如:

1.jpg

然后就OK了

2.jpg

<