Created
March 20, 2013 14:24
-
-
Save zacker330/5205054 to your computer and use it in GitHub Desktop.
javascript 的命名空间的巧妙用法
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(){ //匿名函数 | |
//模块代码 | |
}());//结束函数定义并立即调用它 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment