... 9 Summary 小结 2 Local and Global Variable 局部与整体变量 4 CASETools 计算机辅助软件工程的工具 ...
基于10个网页-相关网页
Local variable and Global variable 局部变量与全局变量
You use the function keyword to denote the start of a function and the var keyword to declare local (as opposed to global) variables, but you do not include the type of the variable being declared.
您可以使用function关键字开始函数的声明,使用var关键字来声明局部变量(这与全局变量不同),但是不用包括正在声明的变量的类型。
Global and local variables can be updated or initialized by get-/set-variable API requests or in the BPC Explorer.
可以通过 get-/set-variable API 请求或在 BPC Explorer 中更新或初始化全局和本地变量。
Note: The variable is global if it's declared as a top-level element, and local if it's declared within a template.
注意:如果它是以最顶级元素的方式声明的,那么它是一个全局变量;如果它是在一个模版中声明的,那么它是一个本地变量。
应用推荐