标签:
如何在JavaScript中创建一个真正的私有变量呢?
主要技巧是使用匿名函数(anonymous function)和闭包(closure)。
有些不错的参考资料:
http://www.ruanyifeng.com/blog/2009/08/learning_javascript_closures.html
javascript 匿名函数(anonymous function)和闭包(closure)
标签:
原文地址:http://www.cnblogs.com/hghrpg/p/4556889.html