按键精灵_随机输出文本内容
发布于 2020-04-26
Function 输出文字(path) // Dim C,path,str,miao,Rndnum Randomize //随机种子 Dim Rndntime= Int((6-2+1)*Rnd()+1) //最大6秒 最小2秒 // path = "/sdcard/Picture...
阅读(1628)赞 (2)
发布于 2020-04-26
Function 输出文字(path) // Dim C,path,str,miao,Rndnum Randomize //随机种子 Dim Rndntime= Int((6-2+1)*Rnd()+1) //最大6秒 最小2秒 // path = "/sdcard/Picture...
阅读(1628)赞 (2)
发布于 2020-04-26
//--------点击函数封装------------ Function 点击(arr) Tap arr(0),arr(1) End Function '作业 '按钮 = Array(169, 180) 'Call 点击(按钮) Function 点(x, y) TouchDo...
阅读(1356)赞 (0)
发布于 2020-04-24
Function Baiduocr(api, Secret, 路径) CheckUpdate() TracePrint "开始识别请耐心等待..." Dim token=url.get("https://aip.baidubce.com/oauth/2.0/token?grant...
阅读(1352)赞 (0)
发布于 2020-04-24
Function 画面卡屏(ms) Rem begin KeepCapture//只截图一次,优化运行效率,下同 Dim a = GetPixelColor(172,361) Dim b = GetPixelColor(173,695) Dim c = GetPixelColor...
阅读(1715)赞 (1)
发布于 2020-04-24
Function 获取设备所有信息() Dim 设备型号 = Device.GetModel() Dim 设备IMEI=GetDeviceID() Dim 设备imsi号 = Device.GetImsi() Dim SIM卡ID = Device.GetIccid() Dim ...
阅读(1675)赞 (0)
发布于 2020-04-22
Function 画面卡屏(ms) Rem begin KeepCapture//只截图一次,优化运行效率,下同 Dim a = GetPixelColor(172,361) Dim b = GetPixelColor(173,695) Dim c = GetPixelColor...
阅读(1122)赞 (0)
发布于 2020-04-22
---------------------------------------------------------------------- --请关注 接口函数区 三个函数 (1)查询信息 GetScore, (2)识别图片PostPic, (3)报错返分ReportError...
阅读(2231)赞 (0)
发布于 2020-04-21
--所有需要供按键精灵使用的插件函数,都必须加 QMPlugin. 前缀 --在按键精灵中采用 Import "插件名.lua" 导入插件后,再用 插件名.函数名 即可调用 --取字符串或数组长度 function QMPlugin.UBound(arr) return #arr...
阅读(1214)赞 (0)
发布于 2020-04-18
Dim json=”[{“words”:”点击”}]” dim a=ShanHai.RegexFind(json,”%[(.-)%]”) 原型 :cb({“result...
阅读(1028)赞 (0)
发布于 2020-04-18
xml判断 Import "ShanHai.lua" Dim 过去xml,现在xml do 过去xml = ShanHai.GetUIXml() //获得当前界面ui xml信息 Swipe 719, 600, 719, 500 现在xml = ShanHai.GetUIXml(...
阅读(1003)赞 (0)