形容词 “global”
基本形式 global (more/most)
- 全球的
The internet has enabled global communication, connecting people from every corner of the world.
- 全局的(在计算机编程中,指一个变量可以在整个程序中使用)
In the code, the global variable can be modified by any function, making it very flexible but also risky to use.
名词 “global”
- 全局变量(在计算机编程中,指一个在整个程序中都可用的标识符)
In the program, the variable named "totalUsers" was declared as a global, allowing it to be accessed from any function within the code.