📄 order.js
字号:
<%
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.buyok.net/buyok/end/")
response.end
end if
rrs.close
set rrs=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -