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

js获取样式

var display = this.currentStyle? this.currentStyle.display: window.getComputedStyle(this, null).display;

老师能不能解释下这句话?

var display = this.style.display不行吗?

正在回答

1 回答

这是一个if else 简写 

if(this.currentStyle){
     this.currentStyle.display
}else{
     window.getComputedStyle(this, null).display;
}

主要是为了兼容IE

this.style.display不能获取外部CSS样式

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

举报

0/150
提交
取消

js获取样式

我要回答 关注问题
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号