1 使用前的p是这样:
2 使用后:
p{width:100px; overflow-wrap: break-word; }
3 规定段落中的文本不进行换行::
p{
white-space: nowrap;
}
overflow-wrap: normal;