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

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

phpcn_u238
phpcn_u238

모든 응답(1)
Ty80

获得链接的 target 属性:

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

结果:

_blank

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

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


최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿