css limit the number of words

text-overflow: ellipsis;
overflow: hidden;

But you need to set the width and height

Guess you like

Origin www.cnblogs.com/init-007/p/10942516.html