作者b19111010 (怡君怎麽会输的…)
看板EzHotKey
标题[AHK-] 请问如何简化if&else
时间Sun Dec 21 01:52:11 2008
对不起各位大大
最近小的问题真多造成洗板的情况真的不好意思
以下有两个问题请问
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)