王者荣耀亚索出装:怎样在申请页面加检测用户是不是存在的代码啊??

来源:百度文库 编辑:高校问答 时间:2024/04/29 16:35:59
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
%>
<!--#include file="md5.asp"-->
<!--#include file="config.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=WebName%>-保存审请...-<%=PlugVersion%></title>
<%
function MyRandc(n)'生成随机字符,n为字符的个数
thechr = ""
for i=1 to n
Randomize timer
zNum = cint(25*Rnd)
if zNum mod 2 = 0 then
zNum = zNum + 97
else
zNum = zNum + 65
end if
thechr = thechr & chr(zNum)
next
MyRandc = thechr
end function
%>

你是上面的代码看不懂么?还是什么,不太能理解你题目的意思。