html+css输出固定长度字符,多出省略

这里最重要的就是这个标签的高宽

style="
width:450px;
height: 120px;
 border: #ff6600 solid;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
/*兼容性*/
 -webkit-text-overflow:ellipsis;"

猜你喜欢

转载自blog.csdn.net/qq_49249150/article/details/109319312