您的位置:首页 > 其它

td 显示字体的数量限制

2013-10-23 15:04 239 查看
<td style="text-align: center;" title="${o.sp0 }"><c:if test="${fn:length(o.sp0)>10}">${fn:substring(o.sp0,0,10)}...</c:if> <c:if test="${fn:length(o.sp0)<11}">${o.sp0}</c:if></td>
 
本文出自 “小浩” 博客,请务必保留此出处http://zhangchi.blog.51cto.com/5214280/1252122
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: