JSTL出现Multiple annotations found at this line,Unknown tag (c:if).问题

在导了jstl和standard包了,但是总是出现如下的错误

JSTL出现Multiple annotations found at this line,Unknown tag (c:if).问题_第1张图片

绕了一大圈发现:

是的,jsp页面上面没有导入包

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>

你可能感兴趣的:(Web)