javascript - 怎样实现多行文本溢出部分添加省略号?
PHP中文网
PHP中文网 2017-04-11 11:31:57
0
2
614

多行文本的时候超出部分如何添加省略号?

display: -webkit-box;
         -webkit-line-clamp: 3;
         -webkit-box-orient: vertical;
         overflow: hidden;

跟上面的实现的效果一样,也要兼容其他浏览器,是否有办法?

PHP中文网
PHP中文网

认证0级讲师

répondre à tous(2)
洪涛

单行:

多行: js判断字符长度超出 substring/substr截取字符串 + "...".

Ty80

width:24em; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
前面的长度自己调整

Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!