我看到两种方式......这是我最感知的。
自我执行括号直接放在职能括号后面。 所有这些都包括在母体之间,使其成为功能表达。 参考
以及这种风格,如果自封的母体在产生功能表述的母体之后就存在。 http://www.codeproject.com/Articles/247241/Javascript-Module-Pattern”rel=“nofollow” 我不敢肯定,var是否在yn中有所区别?( function () {
// ... all vars and functions are in this scope only
// still maintains access to all globals
} () );
var Var = ( function ( window, undefined )
{
} )();