- 相關(guān)推薦
在html中顯示長度較大的數(shù)據(jù)處理方法
在html中顯示長度較大的數(shù)據(jù)時,可以將數(shù)據(jù)截取顯示,當(dāng)鼠標(biāo)滑過時再顯示完整數(shù)據(jù)。
例如,下面這種情況。
實現(xiàn):
<a title="${siteBoardInfoList.boardUrl}">
<c:if test="${fn:length(siteBoardInfoList.boardUrl) >= 40}">
${fn:substring(siteBoardInfoList.boardUrl,0,20)}......${fn:substring(siteBoardInfoList.boardUrl,fn:length(siteBoardInfoList.boardUrl)-21,fn:length(siteBoardInfoList.boardUrl))}
</c:if>
<c:if test="${fn:length(siteBoardInfoList.boardUrl) < 40}">
${siteBoardInfoList.boardUrl}
</c:if>
</a> </p
【在html中顯示長度較大的數(shù)據(jù)處理方法】相關(guān)文章:
設(shè)置雙顯示器顯示的方法11-17
Excel中設(shè)置顯示當(dāng)前的時間日期序號方法解析07-22
顯示器的維護(hù)方法06-29
移動硬盤無法顯示解決方法12-29
配置顯示器顏色配置文件方法教程12-02
CAD出現(xiàn)形未定義,文字不顯示的處理方法09-05
Excel中if函數(shù)使用的方法06-16
音樂中節(jié)奏的訓(xùn)練方法06-20
沖突管理中的有效溝通方法05-05