首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

jquery contenttype 的变更

2012-09-22 
jquery contenttype 的变化jquery 1.4 的contenttype 默认是contentType: application/x-www-form-urlenc

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

热点排行