⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stlx_setup1.asp

📁 在线考试系统源码实现远程判卷
💻 ASP
字号:
<!--#include file="inc/open.asp" -->
<%
if session("zzteacher")=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_base.asp")
else
    conn.close
	response.redirect("index.asp")
end if
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -