日期:2014-05-16 浏览次数:20789 次
<%
dim str,sp
set rs=conn.execute("select * from light where id="&request("id"))
str=rs("picname")
sp=split(str,",")
%>
<%for i=0 to ubound(sp)%>
<table align="center">
<tr>
<td>
<img src="http://img.baidu.com/ke/<%=sp(i)%>" border="0" width="700"><p>
</td>
</tr>
</table>
<%next%>
str=rs("picname")
if str<> "" then
sp=split(str,",")
else
sp=null
end if
if IsArray(sp) then