HTML DOM hasAttribute() 方法

2018-12-02 14:48 更新

HTML DOM hasAttribute() 方法

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

實(shí)例

檢查按鈕元素是否有 onclick屬性:

document.getElementsByTagName("BUTTON")[0].hasAttribute("onclick");

輸出結(jié)果:

true

嘗試一下 ?

定義和用法

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


瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

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

Internet Explorer 8 及更早 IE 版本不支持該方法。


語(yǔ)法

element.hasAttribute(attributename)

參數(shù)

參數(shù)類型 描述
attributenameString必須。你要檢查的屬性名。

返回值

類型 描述
Boolean如果元素有屬性返回 true, 否則返回 false。

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

DOM 版本Core Level 2 Element Object


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

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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)