📜  HTML | DOM strictErrorChecking 属性

📅  最后修改于: 2021-11-08 06:11:20             🧑  作者: Mango

DOM strictErrorChecking属性设置返回是否可以对文档强制执行严格的错误检查。它用于返回一个布尔值,它是truefalse 。如果为true,则表示可以对文档进行严格检查,如果为false ,则无法应用。默认情况下,此属性为true。

返回值:返回布尔值,真或假。

句法

  • 返回:
    documentObject.strictErrorChecking
  • 设置:
    documentObject.strictErrorChecking=true|false

例子:



  

    
        HTML DOM strictErrorChecking Property
    

  

    

GeeksforGeeks

    

HTML DOM strictErrorChecking Property

       

        Hello Geeks!     

          

输出:

支持的浏览器: DOM strictErrorChecking 属性不支持主流浏览器。