- 相關(guān)推薦
在html中顯示長(zhǎng)度較大的數(shù)據(jù)處理方法
在html中顯示長(zhǎng)度較大的數(shù)據(jù)時(shí),可以將數(shù)據(jù)截取顯示,當(dāng)鼠標(biāo)滑過時(shí)再顯示完整數(shù)據(jù)。
例如,下面這種情況。
實(shí)現(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中顯示長(zhǎng)度較大的數(shù)據(jù)處理方法】相關(guān)文章:
關(guān)于Dreamweaver中怎么讓html網(wǎng)頁中的table邊框細(xì)線顯示?08-15
關(guān)于顯示html,行內(nèi)標(biāo)簽?zāi)J降臏\談05-24
jQuery(js)如何獲取文字寬度(顯示長(zhǎng)度)09-29
excel分級(jí)顯示的方法10-21
實(shí)現(xiàn)html方法結(jié)構(gòu)化10-01
顯示器的修理方法09-27
顯示器故障的檢查方法10-04
Word2007文檔中顯示文本動(dòng)畫的操作方法07-17
關(guān)于jQuery實(shí)現(xiàn)高亮顯示的方法介紹08-20
加速HTML5應(yīng)用的九大方法08-26