DOM removeAttribute()方法用于从元素中删除具有指定名称的属性。它类似于removeAttributeNode()方法,但不同的是 removeAttributeNode 方法用于删除指定的属性对象,而removeAttribute删除指定名称的属性。
句法:
element.removeAttribute(name)
其中name是指定要从元素中删除的属性名称的字符串。这是必填字段。
例子:
HTML DOM removeAttribute Method
GeeksforGeeks
DOM removeAttribute Method
A computer science portal for geeks.
输出:
点击按钮前:
点击按钮后:
支持的浏览器: removeAttribute() 方法支持的浏览器如下:
- 谷歌浏览器
- IE浏览器
- 火狐
- 歌剧
- 苹果浏览器