⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zhuan.asp

📁 php 语言写的c2c商城网站程序
💻 ASP
字号:
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
        <%
		set rs=server.createobject("adodb.recordset")
		rs.open "select Top 6 * from 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">&nbsp;☉
            <a href=listzt.asp?id=<%=rs("newsid")%> target=_blank><%=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
		%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -