[AHK-] 請問如何簡化if&else
對不起各位大大
最近小的問題真多造成洗板的情況真的不好意思
以下有兩個問題請問
1.老問題,如何在scroll燈亮著的時候按一下其他鍵即成觸發條件?
這樣就無需採取一直按著某鍵+某鍵的熱鍵模式。
2.簡化if&else
小的寫了以下的三次if及else
send ^{space}5027.97^{space}
click,596,291
send ^{space}{ctrl down}{a}{ctrl up}^{space}
send 2009/1/19
click,257,203
sleep,3000
ifwinexist Microsoft Internet Explorer
{
send {enter}
click,596,291
send ^{space}{ctrl down}{a}{ctrl up}^{space}
send 2009/1/20
click,257,203
sleep,3000
ifwinexist Microsoft Internet Explorer
{
send {enter}
click,596,291
send ^{space}{ctrl down}{a}{ctrl up}^{space}
send 2009/1/21
click,257,203
sleep,3000
ifwinexist Microsoft Internet Explorer
{
send {enter}
click,596,291
send ^{space}{ctrl down}{a}{ctrl up}^{space}
send 2009/1/22
click,257,203
sleep,3000
ifwinexist Microsoft Internet Explorer
{
send {enter}
click,596,291
send ^{space}{ctrl down}{a}{ctrl up}^{space}
send 2009/1/23
click,257,203
}
else
click,333,359
}
else
click,333,359
}
else
click,333,359
在三個if及三個else之後這個冗長的script才完了
但其實這三組差別只有日期各比前一個增加一天。
請各位大大賜以簡化之法orz
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 125.31.39.248
※ 編輯: b19111010 來自: 125.31.39.248 (12/21 01:53)
討論串 (同標題文章)
以下文章回應了本文:
完整討論串 (本文為第 1 之 2 篇):
EzHotKey 近期熱門文章
PTT數位生活區 即時熱門文章