超长字符串换行显示样式

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/m18870420619/article/details/82185779

css类样式(pre-text)样式:   

.pre-text {
        white-space: pre-wrap;
        word-wrap: break-word;
        word-break: break-all;
}

如下效果:(定义长文本,使其遇空格,换行符等换行显示在页面中)

猜你喜欢

转载自blog.csdn.net/m18870420619/article/details/82185779