DOM 表单长度属性用于返回表单中包含的输入字段的数量。
句法:
formObject.length
返回值:它返回一个数值,表示表单中输入字段或元素的数量。
示例 1:返回输入字段的编号。
GeeksForGeeks
DOM Form length Property.
Click the "Try it" button to return
the number of elements contained in the form.
输出 :
单击按钮之前:
点击按钮后:
示例 2:返回输入字段的值。
GeeksForGeeks
DOM Form length Property.
Click the "Try it" button to return
the value of each input field or element
contained in the form.
输出:
在点击按钮之前:
点击按钮后:
支持的浏览器: DOM Form length 属性支持的浏览器如下:
- 谷歌浏览器
- IE浏览器
- 火狐
- 歌剧
- 苹果浏览器