HTML DOM strictErrorChecking 属性 | HTML DOM Document 对象

返回到:DOM 对象:HTML DOM Document 对象

定义和用法

strictErrorChecking 属性可设置或返回是否强制进行错误检查(error-checking)。

在设置为 false 后,实现不会对每个可能的错误情况进行测试。此属性被默认设置为 true。

默认值为 true.

目前所有主流浏览器都不支持 strictErrorChecking 属性。

语法

设置 strictErrorChecking

document.strictErrorChecking=true|false

返回 strictErrorChecking

document.strictErrorChecking

技术细节

返回值:Boolean, true|false
DOM 版本Core Level 3 Document Object

作者:terry,如若转载,请注明出处:https://www.web176.com/javascriptbook/domtips/4683.html

(0)
打赏 支付宝 支付宝 微信 微信
terryterry
上一篇 2021年12月15日 下午3:25
下一篇 2021年12月15日 下午3:29

相关推荐

发表回复

登录后才能评论