这个东西经常要用到好东西 ,asp我们经常需要输出一行多少列

% setrs=server.createobject('adodb.recordset') sql='Select*fromfriendorderbyidDESC' rs.Opensql,conn,1 i=1 dowhilenotrs.eof %tdalign='left'height='50' &nb

作者: 来源: 时间: 17-11-23 15:48:55

<%    
set rs = server.createobject("adodb.recordset")    
sql = "Select * from friend order by id DESC"   
rs.Open sql,conn,1    
i=1    
do while not rs.eof    
%>      <td align="left" height="50">    
            <a href="http://www.popasp.com/<%=rs("url")%>" target="_blank">    
            <img src="http://www.popasp.com/<%=rs("logo")%>" class="framed" width="88" height="31" alt="<%=rs("name")%>" /></a>    
        </td>    
<%    
if i mod 5 = 0 then    
Response.Write("</tr><tr>")    
end if    
i=i+1    
rs.movenext    
Loop   
rs.close    
set rs=nothing    
%>   



11
22
33
隐藏区块

会员注册

本功能为预留功能,暂不支持注册 ^_^

Login

社交帐号登陆

使用以下任意帐号可登陆本站

Close section
Close

联系我们

关于5UCMS 您有任何需求 均可以留言给我们