For 3Dim a,b,cb = 随机数(3)'Select Case bCase 1:a=ReadUIConfig ("输入框1", "内容")Case 2:a=ReadUIConfig ("输入框2", "内容")Case 3:a=ReadUIConfig ("输入框3", "内容")End SelectInputText aFunction 随机数(最大随机数)随机数 = Int((最大随机数 - 1 + 1) * Rnd() + 1)End FunctionDelay 1000Dim intX, intYFindPic 0, 0, 0, 0, "Attachment:zz.png", "000000", 2, 0.9, intX, intYIf intX > -1 And intY > -1 Then Tap intX,intYEnd Ifc = ReadUIConfig("输入框4", "内容")Delay cNext循环三次,可是在Function 随机数位置报错了,说next必须放到function前面。
添加回答
举报
0/150
提交
取消