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