HTML DOM hasAttributes() 方法
HTML DOM 的 hasAttributes() 方法如果某节点有任何属性时返回 true,否则返回 false
浏览器支持
Yes | 9.0+ | Yes | Yes | Yes |
语法
node.hasAttributes()
返回值
类型 | 描述 |
---|---|
boolean | 如果节点有属性返回 true,否则返回 false |
范例
查看 body 元素是否有任何属性
document.body.hasAttributes()
HTML DOM 的 hasAttributes() 方法如果某节点有任何属性时返回 true,否则返回 false
Yes | 9.0+ | Yes | Yes | Yes |
node.hasAttributes()
类型 | 描述 |
---|---|
boolean | 如果节点有属性返回 true,否则返回 false |
查看 body 元素是否有任何属性
document.body.hasAttributes()
♥ 简单教程,简单编程 - IT 入门首选站
Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.