📄 xgxm1.asp
字号:
<!--#include file="pwd.asp" -->
<!--#include file="xmgl_conn.inc" -->
<%
tmc=request("mc") '班级名称
cxm=request("txm") '姓名
txh=request("xh") '学号
cbj=left(txh,5) '班级代码
cxh=mid(txh,6,2) '学号
sql="update "&cbj&" set xm='"&cxm&"' where xh='"&cxh&"'"
xmgl_conn.execute(sql)
response.redirect "xgxm0.asp"
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -