首页
技术
登录
6mi
u
盘
搜
搜 索
技术
前端 jsp页面缩短提示信息 fn:substring
前端 jsp页面缩短提示信息 fn:substring
技术
2022-07-10
118
<td style="max-width: 140px;" title="${itme.examineDesc}"> <c:if test="${fn:length(itme.examineDesc) > 20 }"> ${fn:substring(itme.examineDesc, 0, 20)}... </c:if> <c:if test="${fn:length(itme.examineDesc)<= 20 }"> ${itme.examineDesc} </c:if> </td>
转载请注明原文地址:https://ipadbbs.8miu.com/read-5089.html
最新回复
(
0
)