因工作需要,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
求助大神怎么编写?
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
求助大神怎么编写?










