delrecords.asp
来自「系统特点: 1、可自设网站栏目、文章分类; 2、提供用户注册、审核模块(」· ASP 代码 · 共 11 行
ASP
11 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/conn.asp" -->
<%
dim rid
rid=request.QueryString("rid")
cid=request.QueryString("cid")
if rid<>"" then
conn.execute("delete from baidu_records where rid="&rid)
end if
response.Redirect("view.asp?cid="&cid)
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?