level 1
因工作需要,iPad 4需编写以下任务:
while true do
touchDown(0, x1, y1); -每25秒触摸一次
mSleep(200);
touchUp(0, x1, y1); -
touchDown(0, x2, y2); -每110秒触摸一次
mSleep(200);
touchUp(0, x2, y2);
touchDown(0, x3, y3); -每290秒触摸一次
mSleep(200);
touchUp(0, x3, y3);
end
求助大神怎么编写?
2017年05月21日 04点05分
1
level 1
@97700555
我试过了,只有x1,y1不断动作,且几乎没有间隔,能再看看是什么问题吗?
2017年05月22日 05点05分
4