namedItem()方法用于返回文档中 HTML 元素集合中具有指定 ID、OR、名称或内容的元素。
句法:
HTMLCollection.namedItem(name)
或者
HTMLCollection[name]
参数:它包含名称作为其参数值,代表用户想要返回的 ID 或名称属性。
返回值:它返回一个 Element 对象,表示具有指定 ID 或名称的元素。否则,如果该元素不存在,则返回 null。
例子:
html
GeeksForGeeks
HTMLCollection namedItem() Method
The namedItem() method is used to return
the content of the element with the specified
ID or name Attribute values
输出:
点击提交后:
支持的浏览器: HTMLCollection NAMEDitem() 方法支持的浏览器如下:
- 谷歌浏览器
- IE浏览器
- 火狐
- 歌剧
- 苹果浏览器