瑞星卡卡安全论坛

首页 » 技术交流区 » 系统软件 » 求求高手进来解答
yifu - 2006-1-9 23:08:00
求求各位高手帮我解释一下下面的代码是什么意思!我万分感谢!我在线等着消息!非常紧急!
<%
set rrs=server.createobject("adodb.recordset")
sql="select other1 from shopsetup"
rrs.open sql,conn,3,2
times=rrs("other1")
for i=1000 to 3000
runtimes=md5(cstr(i))
if runtimes=times then
rrs("other1")=md5(cstr(i+1))
rrs.update
exit for
end if
next
if i>=3000 then
Response.Redirect("http://www.legounet.com/")
response.end
end if
rrs.close
set rrs=nothing
%>
1
查看完整版本: 求求高手进来解答