Skip to content
橙光代码模式
Search
K
Main Navigation
主页
教程
API
案例
更新日志
Appearance
Menu
Return to top
On this page
全局变量
全局变量,可用于挂在作者的临时数据
使用全局变量
typescript
LM
.global.test1
=
"hello world1"
;
LM
.global.test2
=
"hello world2"
;