Skip to content

全局变量

全局变量,可用于挂在作者的临时数据

使用全局变量

typescript
LM.global.test1 = "hello world1";
LM.global.test2 = "hello world2";