- 目录
- 索引
- AutoHotkey
- 指南(快速入门)
- FAQ(常见问题)
- 命令和函数索引
- 脚本展示
- 更新历史
- ►基本用法和语法
- 热键
- 热字串和自动替换
- 重映射按键和鼠标按钮
- 按键列表(键盘、鼠标和操纵杆)
- 脚本
- 变量和表达式
- 函数
- 调试(DBGp)客户端
- ►对象
- 基本用法
- 扩展用法
- 自定义对象
- 默认基对象
- 实现
- 对象
- 枚举器对象
- File 对象
- Func 对象
- ►迁移到 AutoHotkey 1.1(AutoHotkey_L)
- AutoHotkey_L 新特性
- 脚本兼容性
- ►环境管理
- ClipWait
- EnvGet
- EnvSet
- EnvUpdate
- ►本机代码互操作
- DllCall
- NumGet
- NumPut
- RegisterCallback
- StrPut()/StrGet()
- ►COM
- ComObjActive
- ComObjArray
- ComObjConnect
- ComObjCreate
- ComObjGet
- ComObjError
- ComObjFlags
- ComObjQuery
- ComObjType
- ComObjValue
- ObjAddRef / ObjRelease
- ►文件、目录和磁盘管理
- Drive
- DriveGet
- DriveSpaceFree
- FileAppend
- FileCopy
- FileCopyDir
- FileCreateDir
- FileCreateShortcut
- FileDelete
- FileEncoding
- FileGetAttrib
- FileGetShortcut
- FileGetSize
- FileGetTime
- FileGetVersion
- FileInstall
- FileMove
- FileMoveDir
- FileOpen()
- FileReadLine
- FileRead
- FileRecycle
- FileRecycleEmpty
- FileRemoveDir
- FileSelectFile
- FileSelectFolder
- FileSetAttrib
- FileSetTime
- IfExist/IfNotExist
- IniDelete
- IniRead
- IniWrite
- Loop(文件和文件夹)
- Loop(读取文件内容)
- SetWorkingDir
- SplitPath
- ▼流程控制
- #Include/#IncludeAgain
- { ... }(区块)
- Break
- Catch
- Continue
- Critical
- Else
- Exit
- ExitApp
- Finally
- For 循环
- Gosub
- Goto
- ►If 命令
- If(传统型)
- If(表达式)
- If var [not] between Low and High
- If var is [not] type
- If var [not] in/contains MatchList
- IfExist/IfNotExist
- IfInString/IfNotInString
- IfMsgBox
- IfWinActive/IfWinNotActive
- IfWinExist/IfWinNotExist
- ►Loop 命令
- Loop
- Loop(文件和文件夹)
- Loop(解析字符串)
- Loop(读取文件内容)
- Loop(注册表)
- OnExit
- Pause
- Reload
- Return
- SetBatchLines
- SetTimer
- Sleep
- Suspend
- Thread
- Throw
- Try
- Until
- While 循环
- ►内置函数
- Asc
- Chr
- FileExist
- GetKeyName/VK/SC
- GetKeyState
- InStr
- IsByRef
- IsFunc
- IsLabel
- NumGet
- NumPut
- OnMessage
- RegExMatch
- RegExReplace
- RegisterCallback
- StrLen
- StrPut()/StrGet()
- StrSplit
- SubStr
- VarSetCapacity
- WinActive
- WinExist
- ►GUI、MsgBox、InputBox 及其他对话框
- FileSelectFile
- FileSelectFolder
- Gui
- Gui 控件类型
- GuiControl
- GuiControlGet
- Gui ListView 控件
- Gui TreeView 控件
- IfMsgBox
- InputBox
- Menu
- MsgBox
- OnMessage
- Progress
- SplashImage
- SplashTextOn/SplashTextOff
- ToolTip
- TrayTip
- ►鼠标和键盘
- ►热键和热字串
- #HotkeyInterval
- #HotkeyModifierTimeout
- #Hotstring
- #If
- #IfTimeOut
- #IfWinActive/Exist
- #InputLevel
- #MaxHotkeysPerInterval
- #MaxThreads
- #MaxThreadsBuffer
- #MaxThreadsPerHotkey
- #MenuMaskKey
- #UseHook
- Hotkey
- ListHotkeys
- Suspend
- #InstallKeybdHook
- #InstallMouseHook
- #KeyHistory
- BlockInput
- Click
- ControlClick
- ControlSend/ControlSendRaw
- CoordMode
- GetKeyState
- 按键列表(键盘、鼠标和操纵杆)
- KeyHistory
- KeyWait
- Input
- MouseClick
- MouseClickDrag
- MouseGetPos
- MouseMove
- Send/SendRaw/SendInput/SendPlay/SendEvent
- SendLevel
- SendMode
- SetDefaultMouseSpeed
- SetKeyDelay
- SetMouseDelay
- SetNumScrollCapsLockState
- SetStoreCapslockMode
- ►数学相关
- Abs
- Ceil
- Exp
- Floor
- Log
- Ln
- Mod
- Random
- Round
- SetFormat
- Sqrt
- Sin/Cos/Tan
- ASin/ACos/ATan
- Transform
- ►屏幕管理
- ImageSearch
- PixelGetColor
- PixelSearch
- ►杂项命令
- #NoTrayIcon
- #SingleInstance
- #Warn
- AutoTrim
- Edit
- ListLines
- ListVars
- OutputDebug
- SysGet
- Transform
- URLDownloadToFile
- VarSetCapacity
- ►进程管理
- Process
- Run/RunWait
- RunAs
- Shutdown
- ►注册表管理
- Loop(注册表)
- RegDelete
- RegRead
- RegWrite
- SetRegView
- ►声音命令
- SoundBeep
- SoundGet
- SoundGetWaveVolume
- SoundPlay
- SoundSet
- SoundSetWaveVolume
- ►字符串管理
- FormatTime
- IfInString/IfNotInString
- If var [not] in/contains MatchList
- InStr()
- Loop(解析字符串)
- RegExMatch()
- RegExReplace()
- SetEnv (var = value)
- SetFormat
- Sort
- StringCaseSense
- StringGetPos
- StringLeft/StringRight
- StringLen
- StringLower/StringUpper
- StringMid
- StringReplace
- StringSplit
- StringTrimLeft/StringTrimRight
- StrLen()
- StrPut()/StrGet()
- StrSplit()
- SubStr()
- Trim()
- ►窗口管理
- ►控件
- Control
- ControlClick
- ControlFocus
- ControlGet
- ControlGetFocus
- ControlGetPos
- ControlGetText
- ControlMove
- ControlSend/ControlSendRaw
- ControlSetText
- Menu
- PostMessage/SendMessage
- SetControlDelay
- WinMenuSelectItem
- ►窗口组
- GroupActivate
- GroupAdd
- GroupClose
- GroupDeactivate
- #WinActivateForce
- DetectHiddenText
- DetectHiddenWindows
- IfWinActive/IfWinNotActive
- IfWinExist/IfWinNotExist
- SetTitleMatchMode
- SetWinDelay
- StatusBarGetText
- StatusBarWait
- WinActivate
- WinActivateBottom
- WinClose
- WinGet
- WinGetActiveStats
- WinGetActiveTitle
- WinGetClass
- WinGetPos
- WinGetText
- WinGetTitle
- WinHide
- WinKill
- WinMaximize
- WinMinimize
- WinMinimizeAll/WinMinimizeAllUndo
- WinMove
- WinRestore
- WinSet
- WinSetTitle
- WinShow
- WinWait
- WinWaitActive/WinWaitNotActive
- WinWaitClose
- ►#指令
- #AllowSameLineComments
- #ClipboardTimeout
- #CommentFlag
- #ErrorStdOut
- #EscapeChar
- #HotkeyInterval
- #HotkeyModifierTimeout
- #Hotstring
- #If
- #IfWinActive/Exist
- #IfTimeout
- #Include/#IncludeAgain
- #InputLevel
- #InstallKeybdHook
- #InstallMouseHook
- #KeyHistory
- #MaxHotkeysPerInterval
- #MaxMem
- #MaxThreads
- #MaxThreadsBuffer
- #MaxThreadsPerHotkey
- #MenuMaskKey
- #NoEnv
- #NoTrayIcon
- #Persistent
- #SingleInstance
- #UseHook
- #Warn
- #WinActivateForce
Gosub
跳转到指定的标签继续执行,直到遇到 Return。
Gosub, Label
参数
- 标签
跳转的目标 标签, 热键标签 或 热字串标签, 这样会执行 Label 下的命令, 直到遇到 Return 或 Exit. "Return" 会让脚本返回到 Gosub 后的首个命令恢复执行. "Exit" 终止 当前线程.
备注
和几乎其他所有命令的参数一样, Label 可以为 变量 引用 (例如 %MyLabel%), 此时将使用变量中的名称作为跳转的目标. 然而, 性能会稍微降低, 因为每次都必须 "查找" 目标标签名而不是只在脚本首次加载时查找一次.
使用动态标签时 (例如 %MyLabel%), 如果目标标签不存在则会显示错误对话框. 要避免此问题, 请预先调用 IsLabel(). 例如:
if IsLabel(VarContainingLabelName) Gosub %VarContainingLabelName%
尽管 Gosub 可用于简单, 普通用途的子程序, 不过对于更复杂的情况请考虑使用 函数.
相关
Return, 函数, IsLabel(), 区块, Loop, Goto
示例
Gosub, Label1 MsgBox, The Label1 subroutine has returned (it is finished). return Label1: MsgBox, The Label1 subroutine is now running. return