!function(a,b){ f = b();//這里F就是對象 }(this,function(){ ....... ....... }) function e(){ //如何在e這個函數(shù)里面調(diào)用F這個對象 //比如 //var s = f.xx.xx.xx; }
It should be said how to call the object in the self-made function