文字超出后省略号是text-overflow:ellipsis
<style>
.t{width:100pxline-height:20pxmax-height:60pxoverflow:hiddentext-overflow:ellipsis}
</style>
<p class="t">测试测试测试测试测试测试测试测试测试测试测试测试测试</p>
verflow:hiddenwhite-space:nowrap
text-overflow:ellipsis
可以将内容超出盒子后用省略号显示,但只能支持单行显示,多行的话就只能使用JS进行字符截取了!