当前位置: 代码迷 >> Web前端 >> jquery contenttype 的变更
  详细解决方案

jquery contenttype 的变更

热度:588   发布时间:2012-09-22 21:54:54.0
jquery contenttype 的变化

jquery 1.4 的contenttype 默认是

contentType: 'application/x-www-form-urlencoded;charset=UTF-8',

1.6变为
contentType:?'application/x-www-form-urlencoded',


如果不在$.ajax 中加

contentType:?'application/x-www-form-urlencoded;charset=UTF-8',

传回 request 的 charactor charset 是 null


  相关解决方案