0 尝试创建以下自动快捷键时出现以下错误。 #If测试 错误:此行不包含公认的操作。 为什么我现在不能在autohotkey中使用#If指令? test=1 #If test a::b keyboard autohotkey — 威廉 source
0 您应该将AHK更新为AutoHotkey_L(AutoHotkey 1.1。*)。 #If仅在AutoHotkey_L和AutoHotkey v2中可用。 资源 — crazypotato source