zhuti_zd.asp
来自「自己做的毕业设计」· ASP 代码 · 共 12 行
ASP
12 行
<!--#include file=conn.asp-->
<%
id=trim(request("id"))
if not isnumeric(id) or id="" then
response.write"<script language='javascript'>alert('参数错误!');window.location.href='xinxi.asp';</script>"
response.end
else
sql="update zhuti set tops=true where id="&id
conn.execute (sql)
response.write"<script language='javascript'>alert('操作成功!');window.location.href='xinxi.asp';</script>"
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?