DOM 元素 getAttribute() 方法

2018-12-02 14:52 更新

HTML DOM getAttribute() 方法

元素對(duì)象參考手冊(cè) 元素對(duì)象

實(shí)例

獲取鏈接的 target 屬性值:

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

輸出結(jié)果:

_blank

嘗試一下 ?

定義和用法

getAttribute() 方法通過名稱獲取屬性的值。

提示:如果你想返回屬性請(qǐng)使用 getAttributeNode 方法。


瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

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


語(yǔ)法

element.getAttribute(attributename)

參數(shù)

參數(shù)類型 描述
attributenameString必須。你想獲取的屬性值。

返回值

類型 描述
String指定屬性值

技術(shù)細(xì)節(jié)

DOM 版本Core Level 1 Element Object


元素對(duì)象參考手冊(cè) 元素對(duì)象

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)