gpt4 book ai didi

javascript - getPropertyValue ("backgroundColor") 返回一个空字符串

转载 作者:行者123 更新时间:2023-11-30 11:25:11 25 4
gpt4 key购买 nike

这是我的问题:

var mycss = window.getComputedStyle(myelement);

返回一个 CSSStyleDeclaration 对象:

CSSStyleDeclaration {0: "animation-delay",..., backgroundColor: "rgb(0, 0, 0)",...}

console.log(mycss);

然后,我想获取背景颜色,但是

mycss.getPropertyValue("backgroundColor");

返回空字符串 ""!

为什么??

最佳答案

代替

mycss.getPropertyValue("backgroundColor");

使用

mycss.getPropertyValue('background-color')

这对我有用。

关于javascript - getPropertyValue ("backgroundColor") 返回一个空字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48306795/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com