欢迎访问服务器技术网-www.fuwuqijishu.com

CSSStyleDeclaration getPropertyPriority() 方法

JavaScript fuwuqijishu 2年前 (2022-09-04) 66次浏览 0个评论 扫描二维码
文章目录[隐藏]

CSSStyleDeclaration getPropertyPriority() 方法

CSS CSSStyleDeclaration

实例

返回 color 属性是否设置了 “important!” 优先级:

var declaration = document.styleSheets[0].cssRules[0].style;
var priority = declaration.getPropertyPriority("color");
alert(priority);


定义和使用

getPropertyPriority() 方法返回指定的 CSS 属性是否设置了 “important!” 优先级。如果返回 “important” 则表明设置了优先级,否则没有。


浏览器支持

方法
getPropertyPriority() Yes 9.0 Yes Yes Yes

语法

object.getPropertyPriority(propertyname)

属性值

参数 描述
propertyname 必需。一个字符串,表示要检测的属性名。

技术细节

DOM 版本: CSS Object Model
返回值: 字符串, 表示设置了优先级,如果为空则表示没有设置优先级。

CSS CSSStyleDeclaration

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2301.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900