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

📄 admin_recycledelall.asp

📁 一个美化的论坛程序
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<!--#include file="function.asp"-->
<%
CheckAdmin
if request("action")<>"bbs" and request("action")<>"reply" then 
	errmsg="<li>操作错误!"
	call error()
	response.end
else
	action=request("action")
end if
conn.execute "delete * from "&action&" where del=true"
if action="bbs" then conn.execute "delete * from reply where del=true"
conn.close
set conn=nothing
response.redirect "admin_recycle.asp"
%>

⌨️ 快捷键说明

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