DOM strictErrorChecking属性设置或返回是否可以对文档强制执行严格的错误检查。它用于返回一个布尔值,它是true或false 。如果为true,则表示可以对文档进行严格检查,如果为false ,则无法应用。默认情况下,此属性为true。
返回值:返回布尔值,真或假。
句法
- 返回:
documentObject.strictErrorChecking
- 设置:
documentObject.strictErrorChecking=true|false
例子:
HTML DOM strictErrorChecking Property
GeeksforGeeks
HTML DOM strictErrorChecking Property
Hello Geeks!
输出:
支持的浏览器: DOM strictErrorChecking 属性不支持主流浏览器。