国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 編程設計 > 正文

如何做一個隨機密碼產生器?

2020-06-19 13:50:20
字體:
來源:轉載
供稿:網友

<%
genPassword = ""
Randomize
For i = 1 to 8
intNum = Int(10 * Rnd + 48)
intUpper = Int(26 * Rnd + 65)
intLower = Int(26 * Rnd + 97)
intRand = Int(3 * Rnd + 1)
Select Case intRand
Case 1
strPartPass = Chr(intNum)
Case 2
strPartPass = Chr(intUpper)
Case 3
strPartPass = Chr(intLower)
End Select
genPassword = genPassword & strPartPass
Next
response.write(genPassword & "<br>")
%>

'
顯示瀏覽器表頭信息和服務器變量
<%
For Each name In Request.ServerVariables
Response.write("<b>"&name&"</b>:<br>")
Response.write(Request.ServerVariables(name))
Next
%>

[1]

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 长顺县| 杂多县| 登封市| 清丰县| 和龙市| 双鸭山市| 泉州市| 得荣县| 宜兰县| 静安区| 鸡泽县| 宁化县| 玉田县| 兴城市| 大石桥市| 塔城市| 仲巴县| 云阳县| 德兴市| 镇赉县| 万州区| 吉水县| 白城市| 永定县| 宁河县| 中山市| 顺义区| 商河县| 南丰县| 松溪县| 泰来县| 江山市| 涪陵区| 淄博市| 长治县| 阿坝县| 柳林县| 普宁市| 璧山县| 黔西县| 平武县|