跳到主要内容

变量 Variable

变量是用于存储中间数据的容器,变量可以分为GET节点和SET节点。

Variable

以上结构生成出的代码如下:

let test;

test = "Hello World";
console.log(test);