gpt4 book ai didi

Autohotkey 字符串比较

转载 作者:行者123 更新时间:2023-12-05 05:27:41 27 4
gpt4 key购买 nike

出于某种原因,我无法在我需要的脚本中进行自动热键字符串比较,但它在测试脚本中有效。

测试员

password = asdf

^!=::
InputBox,input,Enter Phrase,Enter Phrase,,,,,,,30,
if ( input == password ){
MsgBox, How original your left home row fingers are
Return
} else {
MsgBox, You entered "%input%"
Return
}

主要

password = password

!^=::
InputBox,input,Enter Password,Enter Password,HIDE,,,,,,30,
if ( input == password ){
MsgBox,"That is correct sir"
;Run,C:\Copy\Registry\disable.bat
return
}else{
MsgBox,That is not correct sir you said %input%
Return
}

Main 一直给我无效的。有什么想法吗?

最佳答案

您的“主”脚本工作正常。

您知道,== 比较器区分大小写。

关于Autohotkey 字符串比较,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17885331/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com