function main()
screen.snapshot("/var/touchelf/a.png");
x, y = screen.findImage("/var/touchelf/a.png");
if x ~= -1 and y ~= -1 then
touch.down(0, x, y);
touch.up(0);
end
end
function main()
screen.snapshot("/var/touchelf/a.png");
x, y = screen.findImage("/var/touchelf/a.png");
if x ~= -1 and y ~= -1 then
touch.down(0, x, y);
touch.up(0);
end
end
感谢大佬
问 识别图片的代码要怎么写?放入VS工作区之后要同步加密的话,main里面读取图片代码是什么?