请高手帮我看看这段asp代码--解释一下
请高手帮我看看这段asp代码--解释一下
picrs = server.CreateObject ("adodb.recordset")
do while not picrs.eof
if Not Response.IsClientConnected then responseend
img=img & " <td width=""20%"" align=""center"">"& vbCrLf
img=img & "<A href='picshow.asp?id="&picrs("id")&"' target=""_blank""><img src="&trim(picrs("tu1"))&" border=0 width=""120"" height=""100""><br>"&trim(picrs("title"))&"</a>"& vbCrLf
img=img & "</td>"& vbCrLf
picrs.movenext
loop
picrs.clos