<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> 浪潮机器
landward
首 页 关于我们 解决方案 产品与服务 获取支持 新闻中心 联系我们
 
  获取支持  
  >> 客户关爱中心  
  >> 常见问题解答  
  >> 获取支持  
  >> 下载中心  
  >> 留言反馈  
  >> 人才招聘  
     
 
landward
 
  常见问题解答    
 
 

 

 

<% dim aid aid=trim(request("aid")) dim conn,rs,strsql,atitle,acontent set conn=opendb() set rs=server.CreateObject("adodb.recordset") strsql="select * from tb_questionandanswer where article_id='" & processquotes(aid) & "'" rs.open strsql,conn,1,1 if not rs.eof then atitle=rs("article_title") : acontent=rs("article_content") else atitle="没有查找到指定的问题数据!" : acontent=" " end if rs.close set rs=nothing conn.close set conn=nothing %>
<%=atitle%>
<%=acontent%>
landward
 
    Copyright 2010 @ shanghailandward rights reserved