niusouti.com
更多“在ASP中,Request对象所包含的方法是?()A.QueryStringB.CookiesC.ServerVariablesD.Form ”相关问题
  • 第1题:

    ASP中,使用Request对象向页面输出内容。()


    本题答案:错

  • 第2题:

    ASP提供的两个可用来存储变量的内建对象是______。

    A.Request对象和Application对象

    B.Session对象和Request对象

    C.Session对象和Application对象

    D.Session对象和Cookie对象


    正确答案:C

  • 第3题:

    在request对象的方法中,用来得到请求的URL地址的方法是()。

    A.requestgetServletPath()

    B.request.getRequestURI()

    C.request.getQueryString()

    D.request.getRemoteAddr()


    getParameter()

  • 第4题:

    ASP内置对象中,______获取客户端通过浏览器向服务器发送的信息。

    A.Request对象

    B.Response对象

    C.Session对象

    D.Application对象


    正确答案:A
    解析:Request对象用于接受所有从浏览器发往服务器的请求内的所有信息。ASP内建的Request对象拥有五个获取客户端资料的方法(QueryString/Form/Cookies/SelverVariables/ClientCertificate)。

  • 第5题:

    如果在Request对象中没有指定准确的集合名称,ASP会自动按QueryString、()、()和ServerVariables的顺序来搜索确定数据的获取方法。
    FORM;COOKIES