ElseIf MyArray=yzm( 37 ) then temp="k" ElseIf MyArray=yzm( 38 ) then temp="l" ElseIf MyArray=yzm( 39 ) then temp="m" ElseIf MyArray=yzm( 40 ) then temp="n" ElseIf MyArray=yzm( 41 ) then temp="o" ElseIf MyArray=yzm( 42 ) then temp="p" ElseIf MyArray=yzm( 43 ) then temp="q" ElseIf MyArray=yzm( 44 ) then temp="r" ElseIf MyArray=yzm( 45 ) then temp="s" ElseIf MyArray=yzm( 46 ) then temp="t" ElseIf MyArray=yzm( 47 ) then temp="u" ElseIf MyArray=yzm( 48 ) then temp="v" ElseIf MyArray=yzm( 49 ) then temp="w" ElseIf MyArray=yzm( 50 ) then temp="x" ElseIf MyArray=yzm( 51 ) then temp="y" ElseIf MyArray=yzm( 52 ) then temp="z" End If Next result = result+temp Next Delay 300 //MessageBox result // //将result写入验证码栏 MoveTo Ux+300,Uy+275 //Delay 30 LeftClick 1 Delay 50 SayString result Delay 50 End Sub Sub Registe() //到主界面,成功则将账号密码保存 Call ToDisplayClient() FindColorEx Ux+140,Uy+140,Ux+486,Uy+330,"000890",2,0.8,intX,intY If intX > 0 And intY > 0 Then Delay 60 MoveTo intX,intY //Delay 50 LeftClick 1 Delay 800 End If End Sub