JS_0021:JS自动执行的方法
1,
// 自执行区域 (function () { })();
2,
function(a, r, u) { console.log("自执行方法"); a.alert("haodi"); }(window, document, Math),
琥珀君的博客
1,
// 自执行区域 (function () { })();
2,
function(a, r, u) { console.log("自执行方法"); a.alert("haodi"); }(window, document, Math),