在jquery的ajax里加上 contentType:"application/x-www-form-urlencoded; charset=GBK",这一属性即可
后台接的时候处理下:request.setCharacterEncoding("编码格式");
需要做字符集转换。