<style>
.qcontent{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
</style>
css控制显示字数(超出部分显示省略号)
最新推荐文章于 2024-08-28 03:39:33 发布
<style>
.qcontent{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
</style>