CSS 属性:
text-align-last:

注意: 目前只有Internet Explorer浏览器支持 text-align-last 属性。

注意: Firefox 可以使用 -moz-text-align-last 属性来替代该属性。

注意: Internet Explorer浏览器不支持 "start" 和 "end" 值。

结果:
You can use the text-align-last property to align the last line of a text, if the text has the text-align property set to justify. This text is where you will see the result of the text-align-last property. You can use the text-align-last property to align the last line of a text, if the text has the text-align property set to justify. This text is where you will see the result of the text-align-last property. You can use the text-align-last property to align the last line of a text, if the text has the text-align property set to justify. This text is where you will see the result of the text-align-last property. You can use the text-align-last property to align the last line of a text, if the text has the text-align property set to justify. This text is where you will see the result of the text-align-last property. You can use the text-align-last property to align the last line of a text, if the text has the text-align property set to justify. This text is where you will see the result of the text-align-last property.
CSS 代码:
#myDIV
{
text-align: justify;
text-align-last: auto;
}
点击上面的属性值然后查看效果
蜜蜂教程 - 实例