📜  HTML | DOM 表单长度属性

📅  最后修改于: 2021-11-03 04:09:34             🧑  作者: Mango

DOM 表单长度属性用于返回表单中包含的输入字段的数量。

句法:

formObject.length

返回值:它返回一个数值,表示表单中输入字段或元素的数量。

示例 1:返回输入字段的编号。



  

    

      GeeksForGeeks   

         

DOM Form length Property.   

         
        First name:                           
Last name:                           
                      
       

Click the "Try it" button to return        the number of elements contained in the form.

               

  

             

输出 :

单击按钮之前:

点击按钮后:

示例 2:返回输入字段的值。



  

    

      GeeksForGeeks   

         

DOM Form length Property.

    
        First name:                           
Last name:                           
                      
       

Click the "Try it" button to return       the value of each input field or element        contained in the form.

               

  

             

输出:

在点击按钮之前:

点击按钮后:

支持的浏览器: DOM Form length 属性支持的浏览器如下:

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