removeAttribute()
方法用于删除元素的一个属性。该方法将从指定的元素中移除指定的属性,但不设置任何值。语法:element.removeAttribute(attribute)参数:`attribute`:要删除的属性的名称
removeAttribute()
方法的不同浏览器的兼容性:| 浏览器 | 支持版本 |
|---|---|
| Chrome | 所有版本 |
| Edge | 所有版本 |
| Firefox | 所有版本 |
| Internet Explorer | 8+ |
| Opera | 所有版本 |
| Safari | 所有版本 |
removeAttribute()
方法删除元素的属性:
getAttribute()
:获取元素的属性值。
hasAttribute()
:检查元素是否具有特定的属性。
remove()
:同时删除元素的属性和值。
本文地址:https://www.qianwe.com/article/5bc5d418e19fe58c1c8d.html
上一篇:removeAttribute从元素中删除指定属性的方...
下一篇:使用Bootstrap创建响应式且美观的网站使用B...