text-align:justify; 改变字与字之间的间距使得每行对齐
https://www.runoob.com/cssref/css3-pr-text-justify.html
div
{
text-align:justify;
text-justify:inter-word;
}
https://www.runoob.com/cssref/css3-pr-text-justify.html
div
{
text-align:justify;
text-justify:inter-word;
}