<% id=request.QueryString("id") if id="" then id=3 end if %> <% set rs11=server.createobject("adodb.recordset") sql11="select * from x_aboutus where id="&id rs11.open sql11,conn,1,1 if not rs11.eof then x_title=rs11("x_title") x_content=rs11("x_content") else x_title="暂无信息" x_content="暂无信息" end if rs11.close set rs11=nothing %>
<%=x_title%>
<%=x_content%>