删除颜色属性:
var declaration = document.styleSheets[0].cssRules[0].style;
var removedvalue = declaration.removeProperty("color");
alert(removedvalue);
亲自试一试 »
removeProperty() 方法从 CSS 声明块中删除指定的 CSS 属性。
Method | |||||
---|---|---|---|---|---|
removeProperty() | Yes | 9.0 | Yes | Yes | Yes |
object.removeProperty(
propertyname)
Parameter | Description |
---|---|
propertyname | Required. A String representing the name of the property to remove |
DOM 版本: | CSS 对象模型 |
---|---|
返回值: | 一个字符串,表示已删除属性的旧值 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!