文章分类 - 前端_css特殊效果
CSS截取字符串,多余文字省略号显示
摘要:使用text-overflow属性可实现css截取字符串功能。 https://zhidao.baidu.com/question/128695943.html #test{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden; w
阅读全文