日期:2014-05-16 浏览次数:20445 次
<script type="text/javascript">
!function($){
//一些代码
}(window.jQuery)
</script>
<script type="text/javascript">
function Method1($){
//一些代码
};
!Method1(window.jQuery);
</script>
	(function($){
		alert($)
	})(this);
	!function($){
		alert($)
	}(this);
	~function($){
		alert($)
	}(this);