When a reference to an inner function finds its way outside of the scope in which the function was defined, this creates a closure on that function.
英
美
- 当一个内部函数的引用发现在该函数定义的作用域外面进行了函数的调用时,将会创建一个该函数的“闭包”。