相关疑难解决方法(0)

如何在Google Chrome浏览器中使用连字符?

我使用以下css在我的网站中自动连字符文本:

-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
Run Code Online (Sandbox Code Playgroud)

但在铬合金中这没有效果.我已经读过,Chrome不支持这个.在chrome中是否有针对连字符的解决方法?谢谢!

google-chrome css3 css-hyphens

32
推荐指数
3
解决办法
3万
查看次数

标签 统计

css-hyphens ×1

css3 ×1

google-chrome ×1