This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
单行文本方法, 通过CSS即可解决 | |
<style> | |
p{ | |
width: 100px; | |
display: block; | |
text-overflow: ellipsis; | |
-o-text-overflow: ellipsis; | |
-icab-text-overflow: ellipsis; | |
-khtml-text-overflow: ellipsis; |