为了账号安全,请及时绑定邮箱和手机立即绑定

为啥使用obj.style[filter]在浏览器里会报错,obj.style[filter]和obj.style.filter不是一样的吗?报错说obj.style[filter]未定义?

if (atr=="opacity") {

obj.style[atr]=(cur+speed)/100;

console.log(obj.style.filter);

console.log(obj.style[filter]);


obj.style.filter='alpha(opacity:'+cur+speed+')';

  //obj.style[filter]='alpha(opacity:'+cur+speed+')';

}else{

obj.style[atr]=cur+speed+"px";

}


正在回答

1 回答

obj.style[filter]改为obj.style['filter'],obj.style.filter === obj.style['filter']

0 回复 有任何疑惑可以回复我~
#1

慕仔3905718 提问者

非常感谢!
2018-05-28 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为啥使用obj.style[filter]在浏览器里会报错,obj.style[filter]和obj.style.filter不是一样的吗?报错说obj.style[filter]未定义?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信