- //---------------------------分线程--------------------
- 子程序 Thread0
- SetEnvironmentVar "Key0","0"
- 延时30000毫秒
- SetEnvironmentVar "Key0","1"
- 子程序结束,回到调用处
- 子程序 Thread1
- SetEnvironmentVar "Key1","0"
- 延时30000毫秒
- SetEnvironmentVar "Key1","1"
- 子程序结束,回到调用处
- 子程序 Thread2
- SetEnvironmentVar "Key2","0"
- 延时30000毫秒
- SetEnvironmentVar "Key2","1"
- 子程序结束,回到调用处
- //.....可加分线,同环境变量