文章部分实例和内容来自鸟哥的blogJavascript作用域原理 首先应该注意几个点: 函数也是对象 variable object(VO) A variable object is a container of data associated with the execution context. It’s a special object that stores variables and function declarations defined in the context. {代码...} Activa...