当前位置: 首页IT技术 → ASP请求对象Request

ASP请求对象Request

更多

下面提供给大家分享的是关于ASP请求对象Request的实例,希望能够给大家带来帮助或启发。

当用户通过HTTP访问服务器,要按照一定的输入参数,返回不同的结果,要用到Request对象。
      比如:http://localhost/zxg.asp?a=1&b=2
     <%
          if request("a")=1 and request("b")=2 then
                 //处理一些相关的内容
                respose.write("sdfdsf")
          end if

set fso=server.createObject("scripting.filesystemobject")
  set ReadTemp=fso.opentextfile("c:\zxhg.XML",1)
  str=readtemp.readall
' response.contenttype="text/xml"
  response.write(str)

热门评论
最新评论
昵称:
表情: 高兴 可 汗 我不要 害羞 好 下下下 送花 屎 亲亲
字数: 0/500 (您的评论需要经过审核才能显示)