原文網址:CODE-抛棄式Javascript匿名函數的使用 此種表示法的意思:(function(m) {alert(m);})("Hello") 擷取該篇重點: function(m){alert(m);} // 宣告function ...
blog.xuite.net