photodel.asp
来自「用JAVA编写的网络留言簿。前台功能 一、用户注册/注册资料修改。 二、」· ASP 代码 · 共 10 行
ASP
10 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp" -->
<%
photoid=request.QueryString("photoid")
strsql="delete from photo where photoid="&photoid
conn.execute(strsql)
conn.close
set conn=nothing
response.write "<script>alert('图片删除成功!');location='photo.asp'</script>"
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?