css内容溢出时,显示省略号
<p><nobr>nobr表示强制不换行</nobr></p>
<style>
p{
50px;
overflow:hidden;
text-overflow: ellipsis;
}
</style>