我不是很清楚,不知道是不是,得到contentType="text/html; charset=GB2312"之类得东西呢?

解决方案 »

  1.   

    Get 请求就是在地址栏中直接输入网址的请求。request可以得请求传过来的信息。如;request.getParameter()就可以得到http请求中的参数信息。
    其它的我没有办法用文字和你表述清楚,你可到网搜一下,很多的
      

  2.   

    Request Header Example
    accept  */*  
    accept-language  zh-cn  
    accept-encoding  gzip, deflate  
    user-agent  Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)  
    host  localhost:8080  
    connection  Keep-Alive  
    cookie  JSESSIONID=AAA09B82AB95F2A6D01DA42771E03162  
      

  3.   

    http://www.mifun.net/pengjie/myweb/article/article.asp?id=150&sort=jsp
      

  4.   

    http://www.php.net/manual/zh/wrappers.php
    php的关于头信息的,希望对你能有帮助
      

  5.   

    Request Header Example
    accept  */*  
    accept-language  zh-cn  
    accept-encoding  gzip, deflate  
    user-agent  Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)  
    host  localhost:8080  
    connection  Keep-Alive  
    cookie  JSESSIONID=AAA09B82AB95F2A6D01DA42771E03162
      

  6.   

    google一下发现,作用很大. \\   可以得到客户端浏览器得语言:可用于国际化
       可得到客户端得cooies:   可以窃取一些信息.
       还有浏览器种类+版本.   
    ................................
          很多得!
        用response  可以根据request头信息对客户端作些小动作.
      

  7.   

    我用过他的accept_language做过小日本的国际化.
    和cooies   更改过客户端得一些信息.