Results 1 comments of aMiTuoFo

这个就是考察闭包 function print(n){ setTimeout( (function(n){ console.log(n) })(n) ,100) } for(var i=0;i