可能重复:
函数前的感叹号有什么作用?
!function ($) { $(function(){ }) }(window.jQuery) 做什么?
“!function($){}(window.jQuery)”是什么意思?
<script type="text/javascript">
!function($){
//some codes here
}(window.jQuery)
</script>
这个js原代码url:<a href="http://twitter.github.com/bootstrap/assets/js/bootstrap-dropdown.js" rel="nofollow noreferrer">http://twitter.github.com/引导/资产/js/bootstrap-dropdown.js