news.asp
来自「NT80购物系统1.0 系统说明: 1 界面美观大方」· ASP 代码 · 共 25 行
ASP
25 行
<!--#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 + =
减小字号Ctrl + -
显示快捷键?