读书人

jquery contenttype 的变更

发布时间: 2012-09-22 21:54:54 作者: rapoo

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

读书人网 >Web前端

热点推荐