标签: javascript syntax
可能重复: What does the exclamation mark do before the function?
我在bootstrap-dropdown.js
!function ($) { "use strict"; // jshint ;_; ... }(window.jQuery);
直接匿名函数调用之前这个爆炸(否定)背后的原因是什么?