全局范围内(The global scope) 全局范围内(The global scope) ? 1 this; 当在全部范围内使用 this,它将会指向全局对象。
基于1个网页-相关网页
In The Global Scope 在全球范围内
First, check for Web workers by looking for the worker function in the global scope (window).
首先要通过在全局范围(视窗)中查找worker函数来检测Web worker。
If the global scope requires the result of the event handler, set the result in the global result variable.
如果全局范围要求使用事件处理程序的结果,请在全局结果变量中设置该结果。
Outside functions the local scope references the same namespace as the global scope: the module's namespace.
在函数之外,局部作用域引用全局作用域相同的名字空间:模块的名字空间。
应用推荐