为什么 Eclipse在以下代码片段的第'No end Tag (</c:if>).'
1 行和第 4 行显示:'No start tag (<c:if>)'
<c:if test="${ShowLoginLink}">
Log in again and export the document as PDF.</p>
<a href="${LoginLink}"><img src="<%= request.getContextPath() %>/images/linkIcon.jpg" width="17" height="17" style="float:left; padding-right: 3px; border: none;"/>Log In</a>
</c:if>
它在服务器上运行时运行良好。我只是对日食验证感到恼火。