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