摘要:
#前情回顾: 自执行函数(IIFE): 作用:马上执行这个函数,自执行函数(IIFE),不易读 (function(x){console.log(x);})(3); 易读版本: (function(x){ return x *x; })(3); 闭包引申: 回顾: function create_c 阅读全文
#前情回顾: 自执行函数(IIFE): 作用:马上执行这个函数,自执行函数(IIFE),不易读 (function(x){console.log(x);})(3); 易读版本: (function(x){ return x *x; })(3); 闭包引申: 回顾: function create_c 阅读全文
posted @ 2021-07-12 13:18
Xbhog
阅读(432)
评论(0)
推荐(1)

浙公网安备 33010602011771号