为什么在立即匿名函数调用之前放置否定

时间:2012-04-30 15:50:32

标签: javascript syntax

  

可能重复:
  What does the exclamation mark do before the function?

我在bootstrap-dropdown.js

中看到了这一点
!function ($) {
   "use strict"; // jshint ;_;
   ...
}(window.jQuery);

直接匿名函数调用之前这个爆炸(否定)背后的原因是什么?

0 个答案:

没有答案