<c:choose> <c:when test="${fn:length(bean.html) > 130}"> ${fn:substring(bean.html, 0, 130)}... </c:when> <c:otherwise> ${bean.html } </c:otherwise> </c:choose>

© 转载请注明出处
<c:choose> <c:when test="${fn:length(bean.html) > 130}"> ${fn:substring(bean.html, 0, 130)}... </c:when> <c:otherwise> ${bean.html } </c:otherwise> </c:choose>
发表时间:2022-09-09
发表时间:2022-05-02
发表时间:2021-12-30
发表时间:2019-11-13
发表时间:2019-11-12
发表时间:2019-04-08
发表时间:2018-11-19
java jstl fmt:formatNumber 数字、货币格式化
发表时间:2018-10-28
发表时间:2018-10-24
发表时间:2018-09-14
fastjson字符串转JSONObject 、JSONArray
发表时间:2018-09-12
fastjson与jackson json字符串和对象互转示例
发表时间:2018-08-13