📜  HTML | DOM 输入重置自动对焦属性

📅  最后修改于: 2021-11-10 04:11:04             🧑  作者: Mango

HTML DOM 中的Input Reset autofocus 属性用于设置或返回页面加载时 Input reset Field 是否应该获得焦点。它反映了 HTML 自动对焦属性。

句法:

  • 它返回自动对焦属性。
    resetObject.autofocus
  • 它用于设置自动对焦属性。
    resetObject.autofocus = "true|false"

属性值:

  • true:设置重置字段的焦点。
  • false:具有默认值。它定义了重置字段没有获得焦点。

返回值:它返回一个布尔值,表示重置字段是否获得自动对焦。

示例 1:此示例返回 Input reset autofocus 属性。

 
 
  
 
     
        HTML DOM Input reset autofocus property 
     
 
  
 
  
    

          GeeksForGeeks      

         

DOM Input reset autofocus Property

             
             
           

        Click on below button to return the Property     

                          

                                           

输出:
点击按钮前:

点击按钮后:

示例 2:此示例说明如何设置 Input reset autofocus 属性。

 
 
  
 
     
        HTML DOM Input reset autofocus property 
     
 
  
 
  
    

          GeeksForGeeks      

         

        DOM Input reset autofocus Property     

             
             
       

        Click on below button to set the Property     


                        

                                           

输出 :
点击按钮前:

点击按钮后:

支持的浏览器: DOM Input Reset autofocus 属性支持的浏览器如下:

  • 谷歌浏览器
  • IE浏览器
  • 火狐
  • 歌剧
  • 苹果浏览器