?? admin.asp
字號:
?<%
if sb<>"" then
set rs2=Server.CreateObject("ADODB.Recordset")
rs2pl="select * from [66hc_admin] where [66hc_sb]='"&sb&"'"
rs2.open rs2pl,conn,1,2
if rs2.eof then
response.redirect "index.asp"
end if
rs2.close
set rs2=nothing
end if%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -