jstl 判断list中是否包含某个值
??????
判断privileges集合中是否包含test.do
?
?? <c:if test="${fn:contains(privileges,'test.do')}">??????????? <div>test</div>??? </c:if>