HTML DOM 文档 normalize()
描述
The normalize()
方法会移除空文本节点,并将相邻文本节点合并。
语法
document.normalize()
参数
无 |
返回值
无 |
浏览器支持
document.normalize()
是 DOM Level 2 (2001) 的功能。
它在所有浏览器中都得到完全支持
Chrome | Edge | Firefox | Safari | Opera | IE |
是 | 是 | 是 | 是 | 是 | 9-11 |
The normalize()
方法会移除空文本节点,并将相邻文本节点合并。
document.normalize()
无 |
无 |
document.normalize()
是 DOM Level 2 (2001) 的功能。
它在所有浏览器中都得到完全支持
Chrome | Edge | Firefox | Safari | Opera | IE |
是 | 是 | 是 | 是 | 是 | 9-11 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]