Skip to main content

One doc tagged with "JavaScript"

View all tags

js 的闭包

闭包,实际就是一个函数,它使用了它外部的变量。对于 js 来说,其实就是一个函数里的函数,就是闭包了。