按键精灵9怎么用一个脚本同时运行2个子程序

2024-11-27 16:43:02
推荐回答(1个)
回答1:

用多线程
BeginThread 一
BeginThread 二
Sub 一
TracePrint "运行子程序一"
End Sub
Sub 二
TracePrint "运行子程序二"
End Sub