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

📄 do.asp

📁 可作为课程设计或者毕业设计 也可以作为学校精品课程网站使用
💻 ASP
字号:
<!--#include file="function.asp"-->
<%
dim flag
flag=request.QueryString("flag")
conn_open()
select case flag
case 1:
fileList()
case 11:
fileContent(rqst("id",3))
case 2:
pptList()
case 3:
egList()
case 31:
egContent(rqst("id",3))
case 4:
bbsList(rqst("pageid",3))
case 5:
ExamList()
case 51:
call exam(rqst("bid",3),rqst("id",3))
case 6:
call eg(rqst("id",3),rqst("charid",3),rqst("egtypeid",3),rqst("thisid",3))
case 7:
call showAnswer(rqst("id",3))
end select
conn_close()
%>

⌨️ 快捷键说明

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