?? zhuan.asp
字號:
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<%
set rs=server.createobject("adodb.recordset")
rs.open "select Top 6 * FROM BJX_zhuanti order by newsid desc",conn,1,1
if rs.recordcount=0 then
else%>
<tr>
<td height="30" bgcolor="#efefef">↓↓商品專題</td>
</tr>
<%
while not rs.eof
%>
<tr>
<td height=24 width="10%" class="table-xia"> ☉
<a href=listzt.asp?id=<%=rs("newsid")%> ><%=replace(trim(rs("title")),"<br>","")%></a>
<%=year(rs("updatetime"))&"."&month(rs("updatetime"))&"."&day(rs("updatetime"))%></td>
</tr>
<%
rs.movenext
wend
%>
</table>
<%
end if
rs.close
set rs=nothing
%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -