0514-86177077
9:00-17:00(工作日)
%genPassword = ""RandomizeFor i = 1 to 8intNum = Int(10 * Rnd + 48)intUpper = Int(26 * Rnd + 65)intLower = Int(26 * Rnd + 97)intRand = Int(3 * Rnd + 1)Select Case intRandCase 1strPartPass = Chr(intNum)Case 2strPartPass = Chr(intUpper)Case 3strPartPass = Chr(intLower)End SelectgenPassword = genPassword strPartPassNextresponse.write(genPassword "br>")%>' 显示浏览器表头信息和服务器变量%For Each name In Request.ServerVariablesResponse.write("b>"name"/b>:br>")Response.write(Request.ServerVariables(name))Next%>
[1]
标签:邯郸 威海 中山 襄阳 鸡西 朔州 柳州 遵义
上一篇:如何做一个密码“生成器”?
下一篇:如何将产生的密码记录并发送给用户并通过点击链接激活?