<div>xxxxxxxx</div>
通过以下css,可以令div中的超长的字符变成省略号
div { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
上一个:Java 选择排序法
下一个:PostgreSQL执行计划:Bitmap scan VS index only scan