按键精灵 怎么在Function c() 停止sub a() 让里面的函数不在继续执行
calla()Suba()callb()callc()Callf()EndSubFunctionb()TracePrint"b"EndFunctionFunctionc(...
call a()
Sub a()
call b()
call c()
Call f()
End Sub
Function b()
TracePrint "b"
End Function
Function c()
TracePrint "c"
//我想在这个位置直接停止 sub a 该怎么写
End Function
Function f()
TracePrint "f"
End Function
Function g()
TracePrint "g"
End Function 展开
Sub a()
call b()
call c()
Call f()
End Sub
Function b()
TracePrint "b"
End Function
Function c()
TracePrint "c"
//我想在这个位置直接停止 sub a 该怎么写
End Function
Function f()
TracePrint "f"
End Function
Function g()
TracePrint "g"
End Function 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询