Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
如题,我要做横屏手游的脚本,用到区域找色,我在手机横屏时获取的点击坐标,区域找色,在images.captureScreen()返回的图片中坐标对应不上,横屏24001080像素,截图我看是竖屏的10802400像素。这怎么处理?
想做截图找图,示例里都是从手机存储里拿要匹配的图片,我想要使用js文件同目录下的图片,最后把同目录下的图片连同js文件一起打包成apk,这种要怎么实现?