css文本超出div隱藏剩下內容並顯示省略號

單行文本 <style> .test { width: 300px; height: 30px; line-height: 30px; border: 1px solid black; white-space: nowrap;//強制在單行顯示 overflow: hidden; text-overflow: ellipsis;//關鍵 } </styl
相關文章
相關標籤/搜索