<%@LANGUAGE="VBSCRIPT" CODEPAGE="CP_ACP"%> 无标题文档 <%sql ="select * from tongzhi Order By 日期 DESC" openrs rs,sql,1,1 tt=0 do while not rs.eof and tt<4 response.write"    "&rs("标题")&"

" rs.movenext tt=tt+1 loop rs.close %>