card_del_used.asp
来自「在线点播系统」· ASP 代码 · 共 9 行
ASP
9 行
<!--#include file="chklogin.asp"-->
<%
call myobj.chkrq()
conn.execute"delete from cards where used_userid is not null or used_userid<>''"
response.write"<script language=javascript>alert('所有已被充值使用过的影卡都已删除成功!');location.href = 'card_manage.asp';</Script>"
response.end
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?