截取指定長度

<c:choose>        <c:when test="${fn:length(row.introduce) > 6}">            <c:out value="${fn:substring(row.introduce, 0, 10)}......" />        </c:when>        <c:otherwise>          <c:out value="
相關文章
相關標籤/搜索