📜  HTML | DOM 按钮对象

📅  最后修改于: 2021-10-31 05:43:37             🧑  作者: Mango

HTML 中的按钮对象用于表示                   

                  

    


html


    
        
            DOM Button Object
        
         
        
    
     
    
     
        

            GeeksforGeeks         

                  

            DOM Button Property         

                   

            Click the button to change the             text inside it.         

                         


输出:
点击按钮前:

按钮对象

点击按钮后:

按钮对象

访问按钮对象:使用 getElementById() 方法访问按钮对象。将按钮元素的 id 放在 getElementById() 中以访问它。
示例 2:

html



    
        
            DOM Button Object
        
         
        
    
     
    
     
        

            GeeksforGeeks         

                  

            DOM Button Property         

                   

            Click the button to change the             text inside it.         

                                             

输出:
点击按钮前:

按钮对象

点击按钮后:

按钮对象

支持的浏览器:

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