HTML DOM removeAttribute() 方法

返回上一级

HTML DOM 的 removeAttribute() 方法可以删除指定的属性

另一个方法是 removeAttributeNode()

浏览器支持

Yes Yes Yes Yes Yes

语法

element.removeAttribute( attributename )

参数

参数 类型 描述
attributename String 必需。规定要删除的属性的名称

范例

删除头部元素的 style 属性

document.getElementsByTagName("H1")[0].removeAttribute("style");

运行范例 »

返回上一级

JavaScript 参考手册

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.