For 3Dim a,b,cb = 隨機(jī)數(shù)(3)'Select Case bCase 1:a=ReadUIConfig ("輸入框1", "內(nèi)容")Case 2:a=ReadUIConfig ("輸入框2", "內(nèi)容")Case 3:a=ReadUIConfig ("輸入框3", "內(nèi)容")End SelectInputText aFunction 隨機(jī)數(shù)(最大隨機(jī)數(shù))隨機(jī)數(shù) = Int((最大隨機(jī)數(shù) - 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", "內(nèi)容")Delay cNext循環(huán)三次,可是在Function 隨機(jī)數(shù)位置報(bào)錯(cuò)了,說(shuō)next必須放到function前面。
1 回答

蕭十郎
TA貢獻(xiàn)1815條經(jīng)驗(yàn) 獲得超13個(gè)贊
function也就是函數(shù),應(yīng)該把函數(shù)移動(dòng)到for循環(huán)的外面
添加回答
舉報(bào)
0/150
提交
取消