|
<%call openrs(rs,"select * from about",1)%>
<%if rs.recordcount<>0 and not rs.eof then response.write left(rs("bi"),90)%>...
<%call closers(rs)%>
更多> |
|
<%call openrs(rs,"select * from news order by newtime desc",1)%>
<%if rs.recordcount<>0 and not rs.eof then
for i=1 to 5%>
- [ <%=year(rs("newtime"))&"-"&month(rs("newtime"))&"-"&day(rs("newtime"))%> ]">·<%=rs("newtitle")%>
<%rs.movenext
if rs.eof then exit for
next
else
response.write "- 暫時沒有資訊
"
end if%>
<%call closers(rs)%> |