限制新闻标题字数输出并用省略号代替

<style>
table td div
{
    width:90px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
</style>
<table><tr><td><div>文章标题字数</div></td></tr></table>

你可能感兴趣的:(输出,标题,省略号,代替,字数)