Does the <body> element have attributes?
let answer = document.body.hasAttributes();
Try it Yourself »
The hasAttributes()
method returns true
if a node has attributes, otherwise false
.
The hasAttributes()
method always returns false
if the node is not an element node.
element.hasAttributes()
node.hasAttributes()
NONE |
Type | Description |
Boolean | true if the element has attributes, otherwise false . |
element.hasAttributes()
is a DOM Level 2 (2001) feature.
It is fully supported in all browsers:
Chrome | Edge | Firefox | Safari | Opera | IE |
Yes | Yes | Yes | Yes | Yes | 9-11 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!