欢迎访问服务器技术网-www.fuwuqijishu.com

HTML DOM hasAttributes() 方法

JavaScript fuwuqijishu 2年前 (2022-09-04) 74次浏览 0个评论 扫描二维码
文章目录[隐藏]

HTML DOM hasAttributes() 方法

元素对象

实例

查看body元素是否有任何属性

document.body.hasAttributes()

输出结果:

false


定义和用法

hasAttributes() 方法如果某节点有任何属性时返回 true,否则返回 false。


浏览器支持

所有主要浏览器都支持 hasAttributes 方法

注意: Internet Explorer 8 及 IE 更早版本不支持该方法。


语法

node.hasAttributes()

参数

None

返回值

类型 描述
Boolean 如果节点有属性返回 true,否则返回false

技术细节

DOM 版本 Core Level 2 Node Object


元素对象

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2215.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900