📄 detail.asp
字号:
<!--#include file="changecode.asp"-->
<!--#include file="../database/opendb.asp"-->
<!--#include file="../bg/css.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<body>
<%
id=Request.querystring("id")
sql="select name,content from data WHERE ID="&id
rst.Open sql,my_conn,1,1
%>
<table>
<tr>
<td class="style2"><%=rst("name")%></td>
</tr>
<tr>
<TD class="style2"> <%=changecode(rst("content"))%></TD>
</tr>
</table>
</body>
</html>
<%rst.close%>
<!--#include file="../database/closedb.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -