我尝试只显示基于字符串是否不等于的内容:
<c:if test="${content.getContentType().getName() != "MCE"}">
<li><a href="#publish-history" id="publishHistoryTab">Publish History</a></li>
</c:if>它一直抛出错误org.apache.jasper.JasperException: /WEB-INF/jsp/content/manage.jsp(14,60) PWC6212: equal symbol expected
我还尝试了not eq而不是!=
not equal to的有效语法是什么
https://stackoverflow.com/questions/12144466
复制相似问题