css中实现这种文本截断的效果,可配合使用white-space、overflow与text-overflow属性。 下面是一个示例:
width: 135px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis;
CopyRight © 2010-2021 脚本学堂 Jb200.com , All Rights Reserved.