返回列表 回复 发帖
VBS dim a,b
VBS a="205"
While a<=999
    b=right("00"&a,3)
    SayExpression "abcd"&b&"@126.com"
    Delay 1200
    KeyPress 13 1
    VBS a=a+1
    SayExpression "11111"
    Delay 1200
    KeyPress 13,1
    KeyPress 13,1
    KeyPress 118,1
EndWhile
返回列表