import javax.servlet.jsp.tagext.SimpleTagSupport; 问题描述:如上所示,代码依赖缺失,不能继承extends SimpleTagSupport 解决方法: 将tomcat中的 加入中即可 相关文章: