zhangshirong

Results 1 comments of zhangshirong

(function (e) { })(i);中为什么匿名函数执行时e会拷贝i的引用? (function (e,f) { })(i);两个参数的话怎么分配? 望解答