登录企业邮箱->     @szlangwei.com 忘记密码?
浪威宣传片
<% set rs2=server.createobject("adodb.recordset") sql2="select top 9 * from x_article where x_ifshow=true order by x_order asc,x_addtime desc" rs2.open sql2,conn,1,1 if not rs2.eof then while not rs2.eof %> <% rs2.movenext wend else response.Write "暂无信息" end if rs2.close set rs2=nothing %>
<% set rs1=server.createobject("adodb.recordset") sql1="select * from x_aboutus where id=1" rs1.open sql1,conn,1,1 if not rs1.eof then jianjie=rs1("x_jianjie") x_picurl=rs1("x_picurl") if len(jianjie)>212 then jianjie=left(jianjie,208)&"..." end if else response.Write "暂无信息" end if %> <%=jianjie%>
<% set rs1lx=server.createobject("adodb.recordset") sql1lx="select * from x_aboutus where id=2" rs1lx.open sql1lx,conn,1,1 if not rs1lx.eof then contentlx=rs1lx("x_jianjie") end if rs1lx.close set rs1lx=nothing %><%=contentlx%>