deleteproduct.asp
来自「online sales system of texttile mill was」· ASP 代码 · 共 14 行
ASP
14 行
<!-- #include file="conn.asp" -->
<html>
<head>
</head>
<body>
<%
productid = request.QueryString("productid")
SQL = "delete * from products where productid="&productid
objcon.execute(SQL)
response.redirect "deldis.asp"
%>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?