📜  HTML | DOM 窗口状态属性

📅  最后修改于: 2021-11-08 05:49:13             🧑  作者: Mango

HTML DOM 中的Window status 属性用于设置或返回浏览器底部状态栏中的文本。

句法:

window.status

返回值:它返回一个字符串,表示状态栏中显示的文本。

示例 1:此示例使用窗口状态属性。



  

    
        HTML DOM Window status Property
    

  

    

GeeksforGeeks

           

        HTML DOM Window status Property     

    

        Look the text in the statusbar displayed         at the bottom of the browser     

                                                    

输出:

示例 2:本示例使用窗口状态属性来设置状态栏的文本。



  

    
        HTML DOM Window status Property
    
      
    
    

  

    
        A message is seen on the status bar at the bottom         of the page when mouse is placed over the text     

                   

                    When mouse move over, the browser         will display the URL                             

输出:

支持的浏览器: DOM 窗口状态属性不支持任何浏览器。