sub home_news_img()
set rs = conn.execute("select top 2 tp,bt,html from news where lbid in(1,2,3,4,5,6) and zt=1 and lx=1 order by id desc")
i=0
Response.Write "
| " do while not rs.eof Response.Write "
| " i=i+1 if i mod 4 =0 then '4就是4列显示 response.Write(" |