?? stlx_setup.asp
字號:
<!--#include file="../inc/open.asp" -->
<%
if session("zzteacher")=true or session("adminadmin")=true then
lx=request.querystring("lx")
if lx="no" then
str="update config set lxlink=0"
end if
if lx="yes" then
str="update config set lxlink=1"
end if
conn.execute(str)
conn.close
response.redirect("test_pigai.asp")
else
conn.close
response.redirect("test_pigai.asp")
end if
%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -