使用按键精灵实现鼠标单击次数随循环次数递增一次

2025-01-22 10:00:41
推荐回答(1个)
回答(1):

'环境:按键精灵8
i=1
while true
for j=0 to i
leftclick 1
delay 100
next
i=i+1
Wend