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

📄 delshiti.asp

📁 该系统实现居域网网络考试和,系统平分轻松实现
💻 ASP
字号:
<!--#include file="conn.asp"-->
<%
dim id
id=request.querystring("id")
if id<>"" then
set rs=server.createobject("adodb.recordset")
cmd="select * from test where id like '"&id&"'"
rs.open cmd,conn,1,3
rs.delete
rs.update
response.Write("<script>alert('试题删除成功');window.location.href('Manageshiti.asp')</script>")
else
response.Write("<script>alert('请至少选择一道试题');window.location.href('Manageshiti.asp')</script>")
response.end
end if
%>

⌨️ 快捷键说明

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