当前位置:  技术问答>java相关

request.getHeader("accept-language")疑问

    来源: 互联网  发布时间:2015-01-11

    本文导语:  返回 accept-language=zh-cn,en;q=0.5 问 q=0.5是什么意思? | Accept-Language: zh-cn, en;q=0.5 意思是:我希望使用zh-cn ,但可以接受 en 编码方式,重要程度是 0.5 参见RFC2616 中关于服务器与客户端协商...

返回 accept-language=zh-cn,en;q=0.5
问 q=0.5是什么意思?

|
Accept-Language: zh-cn, en;q=0.5
意思是:我希望使用zh-cn ,但可以接受 en 编码方式,重要程度是 0.5

参见RFC2616 中关于服务器与客户端协商参数中关于qvalue 的说明,我贴出原文如下(翻译水平不高,恐怕你更希望看原文吧):


3.9 Quality Values

   HTTP content negotiation (section 12) uses short "floating point"
   numbers to indicate the relative importance ("weight") of various
   negotiable parameters.  A weight is normalized to a real number in
   the range 0 through 1, where 0 is the minimum and 1 the maximum
   value. If a parameter has a quality value of 0, then content with
   this parameter is `not acceptable' for the client. HTTP/1.1
   applications MUST NOT generate more than three digits after the
   decimal point. User configuration of these values SHOULD also be
   limited in this fashion.

       qvalue         = ( "0" [ "." 0*3DIGIT ] )
                      | ( "1" [ "." 0*3("0") ] )

   "Quality values" is a misnomer, since these values merely represent
   relative degradation in desired quality.


    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • servlet中的request和session疑问
  • 读generic_make_request函数时的一点疑问
  • java命名空间java.net类httpurlconnection的类成员方法: http_bad_request定义及介绍
  • request.getRemoteAddr()和request.getRemoteHost()的区别是什么?
  • java命名空间javax.sound.midi类shortmessage的类成员方法: tune_request定义及介绍
  • 请教高手:在request对象中取得multipart/form-data格式的二进制数据是不是用request.getInputStream呀?
  • java命名空间javax.xml.ws.handler接口messagecontext成员方法: servlet_request定义参考
  • 基于request.getAttribute与request.getParameter的区别详解
  • java命名空间javax.xml.ws.handler接口messagecontext成员方法: http_request_method定义参考
  • 关于request
  • java命名空间javax.xml.ws.handler接口messagecontext成员方法: http_request_headers定义参考
  • 请问如何在JavaBean中定义request对象
  • Python3通过request.urlopen实现Web网页图片下载
  • 谁知道request与page、session范围的差别?
  • 请问为什么我的request得不到任何东西???
  • javax.xml中用什么方法和对象来接收request中的xml文档,急!
  • String sPath=request.getContextPath();中sPath的值是?
  • request传参数到javaBean.................?
  • 请问如何判断 request.getparameter 是否有值
  • request方法怎樣取得數組?(在线)
  • request.getParameter("textfield")为何无法获取参数???
  • 请问要得到远程访问站点的ip地址以及所在的页面,用request的什么方法?
  • 请问用request.getParameter("title")获得参数后如何转成int类型


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3