日期:2014-05-20 浏览次数:20734 次
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> <c:choose> <c:when test="${fn:length(list.content) gt 25}"> ${fn:substring(data.actName,0,25)}... </c:when> <c:otherwise> ${list.content} </c:otherwise> </c:choose>