主頁 > 知識庫 > asp循環(huán)行數(shù)輸出函數(shù)

asp循環(huán)行數(shù)輸出函數(shù)

熱門標(biāo)簽:滴滴地圖標(biāo)注上車點(diǎn) 無營業(yè)執(zhí)照地圖標(biāo)注教學(xué) 地圖標(biāo)注還可以做嗎 硅基電話機(jī)器人加盟 友邦互聯(lián)電銷機(jī)器人違法嗎 高質(zhì)量的電銷外呼系統(tǒng) 外呼系統(tǒng)怎么話費(fèi) 電銷機(jī)器人采購 宿州防封外呼系統(tǒng)平臺
經(jīng)過大鳥哥的指導(dǎo)已做全面的修改,本人能力有限只能做到下面這步了:

ASP/Visual Basic代碼 
復(fù)制代碼 代碼如下:

%         
Const p=6 '每頁2條         
set rs = server.createobject("adodb.recordset")         
sql = "Select * from show order by id Desc"        
rs.Open sql,conn,1         

i=0        
do while not rs.eof         
%>  td align="center" height="98">        
    a href="show.asp?id=%=rs("id")%>">        
    img src="%=rs("pic")%>" width="150" height="98" alt="%=rs("name")%>" />/a>        
  /td>     
%     
If (i+1) Mod 3 =0 Then    
 Response.Write "/tr>"    
 If i(p-1) Then Response.Write "tr>"    
End If    
i=i+1     
if i>p then exit do     
rs.movenext     
Loop    
If i Mod 3 >0 Then      
 For m=3-(i Mod 3) To 1 Step -1     
  response.write"td> /td>"    
 Next    
 response.write"/tr>"    
End If      
If i = 3 Then    
 response.write" td> /td>td> /td>td> /td>/tr>"    
End if     
rs.close     
set rs=nothing     
%>    



之前的代碼未更改 

復(fù)制代碼 代碼如下:

%     
Const p=6 '每頁2條     
set rs = server.createobject("adodb.recordset")     
sql = "Select * from show order by id Desc"    
rs.Open sql,conn,1     

i=1    
do while not rs.eof     
%>  td align="center" height="98">    
    a href="show.asp?id=%=rs("id")%>">    
    img src="%=rs("pic")%>" width="150" height="98" alt="%=rs("name")%>" />/a>    
  /td>    
%     
if i mod 3 = 0 then     
Response.Write("/tr>tr>")     
end if     
i=i+1     
if i>p then exit do     
rs.movenext     
Loop     
rs.close     
set rs=nothing    
%> 
您可能感興趣的文章:
  • 詳細(xì)講解ASP腳本循環(huán)語句
  • asp經(jīng)常被忽視的一種死循環(huán)
  • asp下循環(huán)一行多少個
  • asp.net for循環(huán)語句
  • asp.net使用for循環(huán)實(shí)現(xiàn)Datalist的分列顯示功能
  • asp.net下無法循環(huán)綁定投票的標(biāo)題和選項的解決方法
  • asp.net中for和do循環(huán)語句用法分享
  • asp中用for循環(huán)的一個小技巧
  • asp中for循環(huán)的使用方法
  • asp循環(huán)語句總結(jié)

標(biāo)簽:錫林郭勒盟 江門 雅安 儋州 廣元 新余 七臺河 宣城

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《asp循環(huán)行數(shù)輸出函數(shù)》,本文關(guān)鍵詞  asp,循環(huán),行數(shù),輸出,函數(shù),;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《asp循環(huán)行數(shù)輸出函數(shù)》相關(guān)的同類信息!
  • 本頁收集關(guān)于asp循環(huán)行數(shù)輸出函數(shù)的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章