What is !function in javascript?
This question already has an answer here:
这是编写IIFE的较短方法:
!function(){console.log('foo')}()
链接地址: http://www.djcxy.com/p/17434.html
上一篇: 这是jQuery相关的,这是什么意思?
下一篇: javascript中的函数是什么?