JS函数立即执行

2021-03-25 04:27

阅读:494

标签:his   lse   article   spl   net   log   col   fun   ref   

https://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‘ } })()

原生JS代码立即执行:

(function(x){console.log(x)}(1))

 

JS函数立即执行

标签:his   lse   article   spl   net   log   col   fun   ref   

原文地址:https://www.cnblogs.com/Oldz/p/12661720.html


评论


亲,登录后才可以留言!