关于struts2的标签找不到的问题

在jsp中标签为
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>

但是报红
Can not find the tag library descriptor for "http://struts.apache.org/tags-bean"
Can not find the tag library descriptor for "http://struts.apache.org/tags-html"
Can not find the tag library descriptor for "http://struts.apache.org/tags-logic"

找的网上的办法说缺少 jstl 和 standard 的jar包,导入之后还是没变。怎么解决。。。

你几个连接压根都不存在 你打开才算见鬼了,http://struts.apache.org/到是能打开,可能 这几个包换路径了,你去鬼找到对应的地址替换就行了,或者你网上找到这个几包 下载到本地然后加载也可以

兄弟你可以看下这个 https://blog.csdn.net/qq_20545159/article/details/48951693