程序的最外层的名字空间域被称为全局域(global scope) ,或全局名字空间域(global namespace scope),在第四章中也称文件域。对象、函数、类型等等都可以在全局域中定义。
基于20个网页-相关网页
And we see how to specify that we wish to call the method in the global scope by just prefacing the call with the namespace operator.
并且我们看到如何指定以在全局空间内调用方法:只需使用名称空间操作符作为调用的前缀。
Outside functions, the local scope references the same namespace as the global scope: the module's namespace.
在函数之外,局部作用域与全局使用域引用同一命名空间:模块命名空间。
Outside of functions, the local scope references the same namespace as the global scope: the module's namespace.
在函数之外,局部作用域与全局使用域引用同一命名空间:模块命名空间。
应用推荐