HTML DOM attributes 屬性
定義和用法
attributes 屬性返回指定節(jié)點(diǎn)屬性的集合。
提示: 你可以使用 length 屬性確定屬性的數(shù)量,然后你可以遍歷所有的屬性節(jié)點(diǎn)提取你想要的信息。
提示: 每個(gè)屬性都是可用屬性節(jié)點(diǎn)對(duì)象。
瀏覽器支持
所有主要瀏覽器都支持 attributes 屬性
注意: Internet Explorer 8 和 更早IE版本,the attributes 屬性將返回所有肯的元素屬性集合。
語法
node.attributes
技術(shù)細(xì)節(jié)
返回值: | NamedNodeMap 對(duì)象, 表示屬性的集合。 |
---|---|
DOM 版本 | Core Level 1 Node Object |
更多建議: