大家好,我要怎么完成找到虹桥机场这几个字然后去点击这个抢字
function main()
while true do
keepScreen(true)
x, y = findImageInRegionFuzzy("/var/touchelf/o.bmp",60,38,230,400,325);
if x ~= 0 and y ~= 0 then
touchDown(0,500,250);
touchUp(0);
x, y = findImageInRegionFuzzy("/var/touchelf/p.bmp",60,38,230,400,325);
if x ~= 0 and y ~= 0 then
touchDown(0,500,250);
touchUp(0);
end
end
keepScreen(false)
end
end
这段脚本对吗