轻松上手,快乐学习!

HTML DOM strictErrorChecking 属性


定义和用法

strictErrorChecking 属性设置或返回文档是否有严格的错误检查。

默认值为 true。


浏览器支持

属性
strictErrorChecking 不支持 不支持 不支持 不支持 不支持

语法

返回 strictErrorChecking

document.strictErrorChecking

设置 strictErrorChecking

document.strictErrorChecking = true|false

技术细节

返回值: 布尔值, true 或 false
DOM 版本 Core Level 3 Document Object