当前位置: 代码迷 >> Web前端 >> 页面字符过长截断步骤
  详细解决方案

页面字符过长截断步骤

热度:255   发布时间:2012-10-28 09:54:44.0
页面字符过长截断方法
<div title='<bean:write name="note" property="noteTitle" />'  style="width:230px;overflow:hidden;text-overflow:ellipsis;float:left;" ><NOBR>
<bean:write name="note" property="noteTitle" />
</NOBR></div>
  相关解决方案