当前位置:首页>行业解决方案<%if not rsq.eof then%>><%=rsq("columnname")%>
<%=rsq("columnname")%><%end if%> —瑞科翻译公司
<%
set rsa=dbconn.execute("select top 1 newscontent from sw_news where sortid="&sortid&" order by newsid desc")
if not rsa.eof then
response.Write(rsa("newscontent"))
%>
<%
end if
%>