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

📄 ly_del.asp

📁 自己做的毕业设计
💻 ASP
字号:
<!--#include file=pass.asp-->
<!--#include file="conn.asp"-->
<%
all_id=trim(request("selectedid"))
if instr(all_id,",")=0 then
     sql="delete from [zixun] where id="&all_id
     conn.execute(sql)
	 else
str=split(all_id,",")
     for i=0 to ubound(str)
     sql2="delete from [zixun] where id="&cint(str(i))
     conn.execute(sql2)
	 next

end if
response.write"<script language='javascript'>alert('删除成功!');window.location.href='ad_zx.asp';</script>"
%>

⌨️ 快捷键说明

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