JavaScript闭包经典题目详解 升华了的眼泪 2019-11-20 107 阅读1分钟 辅助理解 a = fun(0) 得 a = {fun: function(m){return fun(m,n)}} a.fun() ===> function(m){return fun(m,n)}