400-1100-266
9:00-24: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]
标签:长治 红河 沈阳 新疆 上海 乐山 沧州 河南
上一篇:如何做一个密码“生成器”?
下一篇:如何将产生的密码记录并发送给用户并通过点击链接激活?