Switch language
zh
Switch theme
Light

css-文本分散对齐

<style>
    text-align-last:justify;
    text-align:justify;
    text-justify:distribute-all-lines; // 这行必加,兼容ie浏览器
</style>
🍀