Response对象用于动态响应客户端请求(Request),并将动态生成的响应结果返回到客户端浏览器中。 

解决方案 »

  1.   

    利用Request对象可以在服务器端获得用户端的信息。Request对象的语法描述如下:
    Request[.collection|property|method](variable)
    collection表示Request对象的集合
    property表示Request对象的属性
    method表示Request对象的方法
    collection、property和method三个参数只能选择一个,也可以三个都不选。
    变量参数(variable)是一些字符串,这些字符串指定要从集合中检索的项目,或作为方法或属性的输入。 
      

  2.   

    利用Request对象可以在服务器端获得用户端的信息。Request对象的语法描述如下:
    Request[.collection|property|method](variable)
    collection表示Request对象的集合
    property表示Request对象的属性
    method表示Request对象的方法
    collection、property和method三个参数只能选择一个,也可以三个都不选。
    变量参数(variable)是一些字符串,这些字符串指定要从集合中检索的项目,或作为方法或属性的输入。