單行、多行文本溢出顯示省略號(css、js兩種方法)

1、css常規方法: (一)、單行文本 p{ width:100px; overflow: hidden; /*超出部分隱藏*/ white-space: nowrap; /*禁止換行*/ text-overflow: ellipsis; /*省略號*/ } (二)、多行文本 一、在WebKit瀏覽器或移動端 在WebKit瀏覽器或移動端(絕大部分是WebKit
相關文章
相關標籤/搜索