码迷,mamicode.com
首页 > Web开发 > 详细

JS函数立即执行

时间:2020-04-08 19:02:57      阅读:79      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!