感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<div>
文本显示为单行,超过部分隐藏并使用省略号
修改 width 属性查看效果。
</div>
输入 JavaScript 代码……
xxxxxxxxxx
div {
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
width:120px;
}