<% dim titleStr,contentStr id=Easp.Get("id") if Easp.IsN(id) then Response.Redirect("/") end if set rs = Easp.db.GRS("select top 1 id,news_title,content,createTime From [news] where id="&id) if Easp.Has(rs) then titleStr = rs(1) contentStr = rs(2) contentStr = Easp.UnEscape(contentStr) else titleStr = "资料整理中..." contentStr = "资料整理中..." end if %>

首页 > 新闻中心 > <%=titleStr%>

<%=titleStr%>
<%=contentStr%>
<% set Easp = nothing %>