wordWrap 属性允许将长单词分解并换行到下一行。
Property | |||||
---|---|---|---|---|---|
wordWrap | Yes | Yes | Yes | Yes | Yes |
返回 wordWrap 属性:
object.style.wordWrap
设置 wordWrap 属性:
object.style.wordWrap = "normal|break-word|initial|inherit"
Value | Description |
---|---|
normal | Break words only at allowed break points |
break-word | Allows unbreakable words to be broken |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 普通的 |
---|---|
返回值: | 一个字符串,表示元素的自动换行属性 |
CSS版本 | CSS3 |
CSS 参考:自动换行属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!