Bootstrap

怎么使文字超出div之后自动隐藏并用点显示

怎么使文字超出div之后自动隐藏并用点显示

文字超出div范围之后自动隐藏并且用点显示的方法如下:

white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
;