JS函数立即执行
2021-03-25 04:27
标签:his lse article spl net log col fun ref 原生JS代码立即执行: JS函数立即执行 标签:his lse article spl net log col fun ref 原文地址:https://www.cnblogs.com/Oldz/p/12661720.htmlhttps://blog.csdn.net/u011215669/article/details/89086362
(()=>{
let canShow = true
if(this.props.isPlayerOnly){
canShow = false
}else{
if(isFullScreen){
canShow = false
}
}
return {display: canShow ? ‘flex‘:‘none‘ }
})()(function(x){console.log(x)}(1))
上一篇:jQuery类和样式操作