为什么这里不能通过getAttribute()方法获取nodeName属性值?
phpcn_u238
phpcn_u238 2016-12-23 09:39:51
0
1
928

为什么这里不能通过getAttribute()方法获取nodeName属性值?

phpcn_u238
phpcn_u238

Antworte allen(1)
Ty80

获得链接的 target 属性:

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

结果:

_blank

getAttribute() 方法返回指定属性名的属性值。

提示:如果您希望以 Attr 对象返回属性,请使用 getAttributeNode。


Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage