不同浏览器下兼容文本两端对齐 - 阿义 - 博客园
2016年12月2日 - .test-justify { text-align: justify; } 效果是达到了,但缺点是完全不兼容ie...test(userAgent)) { return "Firefox"; } else if (isIE) { return "I...
text-align: justify 无效_
2017年3月8日 - 最佳答案: ie添加: text-justify:inter-ideograph; chrome和firefox看起来正常的... 百度知道 我不常用的css3总结之: text-align: justify - 带上饼干...