马上加入TC
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
////------begin--------
function bool start_click()
xca=thread.beginthread("ylc.findwin")
return true
endfunction
/////----------close--------
function bool exit_click()
win=dm.UnBindWindow()
help.sleep(2000)
thread.closethread(xca)
help.sleep(2000)
help.exit()
return true
endfunction
上了一部分代码,
我用的大漠,绑定了窗口,程序运行之中help.sleep(100000),到这句的时候点退出,游戏窗口无响应. 求解
我想知道答案,不要问为什么中途要退出
|