order.js

来自「非常棒的网上购物系统www.yuhuanrd.gov.cn www.yuhuan」· JavaScript 代码 · 共 20 行

JS
20
字号
<%
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 + =
减小字号Ctrl + -
显示快捷键?