上QQ阅读APP看本书,新人免费读10天
设备和账号都新为新人
③hyphens(连字符)
CSS 属性 hyphens 告知浏览器在换行时如何使用连字符连接单词。
▼
The browser is free to automatically break words at appropriate hyphenation points, following whatever rules it chooses to use. Suggested line break opportunities, as covered in Suggesting line break opportunities, should be preferred over automatically selecting break points whenever possible.
▲
.hyphens {
font-family: Arial, "Microsoft Yahei", "PingFang", "Simhei", sans-serif;
hyphens: auto;
}