📄 textbox.asp
字号:
<html>
<head>
<!--#include file = include.asp-->
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href=site.css rel=stylesheet>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><%=session("content")%>
<%
if request.querystring("action")="Modify" then
set rs=Server.CreateObject("Adodb.Recordset")
sql="select * from News where NewsID="&request.querystring("NewsID")&" "
rs.open sql,conn,1,1
response.write rs("Content")
end if
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -