样式表样式:
<style type="text/css">
.title
{
width:200px;
white-space:nowrap;
word-break:keep-all;
overflow:hidden;
text-overflow:ellipsis;
}
</style>
层中应用:
<div id="div2" class="title">
客户端解决标题显示太长省略多余部分并加省略号的样式
</div>