css控制显示字数(超出部分显示省略号)

<style>
.qcontent{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
</style>

你可能感兴趣的:(css控制显示字数(超出部分显示省略号))