如何用脚本按键精灵自动随机字母+数字?
求教能写这样一个脚本,在一个输入框里,输入随机“0~9”和“a~z”,输入的长度是6位,例如:crktgq6prkvgk21he6w1dzam3il4w683jkef等等...
求教能写这样一个脚本,在一个输入框里,输入随机“0~9”和“a~z”,输入的长度是6位,例如:crktgq 6prkvg k21he6 w1dzam 3il4w6 83jkef等等。
展开
2个回答
2013-08-14
展开全部
Randomize
For 8
VBS m = Int((99 * Rnd) + 1)
If m>0 and m<11
KeyPress "S", 1
EndIf
If m>10 and m<21
KeyPress "D", 1
End If
If m>20 and m<31
KeyPress "J", 1
End If
If m>30 and m<41
KeyPress "Q", 1
End If
If m>40 and m<51
KeyPress "O", 1
End If
If m>50 and m<61
KeyPress "T", 1
End If
If m>60 and m<71
KeyPress "A", 1
End If
If m>70 and m<81
KeyPress "M", 1
End If
If m>80 and m<91
KeyPress "E", 1
End If
If m>90 and m<101
KeyPress "U", 1
End If
上面的是个例子,你可以第一个字母和后面的5分开进行,就可以保证第一个是字母,后面的随机。字母范围和数字范围可以自己增加
For 8
VBS m = Int((99 * Rnd) + 1)
If m>0 and m<11
KeyPress "S", 1
EndIf
If m>10 and m<21
KeyPress "D", 1
End If
If m>20 and m<31
KeyPress "J", 1
End If
If m>30 and m<41
KeyPress "Q", 1
End If
If m>40 and m<51
KeyPress "O", 1
End If
If m>50 and m<61
KeyPress "T", 1
End If
If m>60 and m<71
KeyPress "A", 1
End If
If m>70 and m<81
KeyPress "M", 1
End If
If m>80 and m<91
KeyPress "E", 1
End If
If m>90 and m<101
KeyPress "U", 1
End If
上面的是个例子,你可以第一个字母和后面的5分开进行,就可以保证第一个是字母,后面的随机。字母范围和数字范围可以自己增加
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-08-14
展开全部
刷出那么一点,我就行给他们做
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询