?? 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 + -