📄 news.asp
字号:
<!--#include file="nt80.inc"--><!--#include file="conn.asp"-->
<!--#include file="textencode.ini"-->
<title><%=name%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><LINK href="style.css" rel=Stylesheet type=text/css>
<% set rs=server.createobject("adodb.recordset")
sql="SELECT * from news where id="&request("id")&""
rs.open sql,conn,1,3
%>
<table width="361" border="0" cellspacing="0" cellpadding="0" height="141" bgcolor="#F3F3F3">
<tr>
<td height="30"><%=rs("nname")%> /<%=rs("ntime")%></td>
</tr>
<tr>
<td height="1" bgcolor="#CCCCCC"></td>
</tr>
<tr>
<td><%=textencode(rs("nneirong"))%><br>[<%=rs("zuozhe")%>]
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -