overflow内容溢出时,显示省略号

css内容溢出时,显示省略号

<p><nobr>nobr表示强制不换行</nobr></p>

<style>

p{

50px;

overflow:hidden;

text-overflow: ellipsis;

}

</style>

原文地址:https://www.cnblogs.com/Zting00/p/7497708.html