📜  HTML | DOM 输入按钮对象

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

DOM 输入类型按钮对象用于表示type=”button”的 HTML 元素。输入类型按钮元素由getElementById()访问。

句法:

document.getElementById("ID");

其中“id”是分配给“input”标签的ID。

示例 1:



  

    

  

    

GeeksForGeeks

    

DOM Input Button Object

                      

             

输出:

单击按钮之前:

点击按钮后:

示例 2:输入按钮 可以使用document.createElement方法创建对象。



  

    

  

    

GeeksForGeeks

    

DOM Input Button Object

    

      Click the Button to Create the Buttton

                    

输出:

点击按钮前:

点击按钮后:

支持的浏览器: DOM输入按钮对象支持的浏览器如下:

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