Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试像这样在行尾打断单词,例如“Lorem ipesm ”,我正在使用word-break:break al 但它不能添加“-”它只能作为示例“ Lor em ipesm” 我该如何解决这个问题?
你必须hyphens: auto在你的 CSS 中使用。
hyphens: auto