HTML DOM getAttributeNode() 方法

2018-12-02 14:52 更新

HTML DOM getAttributeNode() 方法

元素對象參考手冊 元素對象

實例

返回鏈接的 target 屬性:

document.getElementsByTagName("a")[0].getAttributeNode("target");

嘗試一下 ?

定義和用法

getAttributeNode() 方法從當前元素中通過名稱獲取屬性節(jié)點。

提示:如果你僅想返回屬性值請使用 getAttribute 方法。


瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

所有主要瀏覽器都支持 getAttributeNode() 方法


語法

element.getAttributeNode(attributename)

參數

參數類型 描述
attributenameString必須。你想返回的屬性名。

返回值

類型 描述
Attr object指定的屬性節(jié)點

技術細節(jié)

DOM 版本Core Level 1 Element Object


元素對象參考手冊 元素對象

以上內容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號