Skip to content

Instantly share code, notes, and snippets.

@zacker330
Created March 20, 2013 14:24
Show Gist options
  • Save zacker330/5205054 to your computer and use it in GitHub Desktop.
Save zacker330/5205054 to your computer and use it in GitHub Desktop.
javascript 的命名空间的巧妙用法
(function(){ //匿名函数
//模块代码 
}());//结束函数定义并立即调用它
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment