方法介绍
方法名称:点击坐标为x,y的点
语法:tap(x,y)
参数说明:
x:整数型,当前屏幕横坐标
y:整数型,当前屏幕纵坐标
返回值:无
方法例子
while true do
sleep(1000)
tap(100,100)
end