最新的Web开发教程
 

HTML DOM strictErrorChecking Propery

<文档对象


定义和用法

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

默认值是true。


浏览器支持

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

句法

返回strictErrorChecking

document.strictErrorChecking

设置strictErrorChecking

document.strictErrorChecking=true|false

技术细节

返回值: 布尔,真或假
DOM版本 核心3级文档对象

<文档对象