CSS段落两端对齐 / 长文本自动换行
Examples 1
p{
text-align: justify;
text-justify: inter-ideograph;
}
Examples 2
p{
word-wrap: break-word;
word-break: normal;
}
p{
text-align: justify;
text-justify: inter-ideograph;
}
p{
word-wrap: break-word;
word-break: normal;
}