📄 c_tiezi.asp
字号:
<!--#include file="D_lj.asp" -->
<!--#include file="D_a_ceshi.asp" -->
<%
duixiang=Trim(Request.Form("duixiang"))
dongzuo=Request.Form("dongzuo")
if duixiang="" then
response.Redirect("a_tiezi.asp?fanhui=kong")
else
if dongzuo="biaoti" then
lj.execute("delete from tiezi where biaoti='"& duixiang &"'")
elseif dongzuo="huiyuan" then
lj.execute("delete from tiezi where mingzi='"& duixiang &"'")
elseif dongzuo="dantie" then
lj.execute("delete from tiezi where xuhao="& duixiang &"")
elseif dongzuo="cgonggao" then
lj.execute("update tiezi set tiezi='gonggao' where xuhao="& duixiang &"")
elseif dongzuo="ctiezi" then
lj.execute("update tiezi set tiezi='tiezi' where xuhao="& duixiang &"")
elseif dongzuo="sousuos" then
lj.execute("delete from tiezi where biaoti like '%"& duixiang &"%'")
end if
end if
response.Redirect("a_tiezi.asp?fanhui=wancheng")
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -