正文 jquery乱码 code.jquery 技术帮 V管理员 /2023-11-05/70阅读/0评论 1105 JQuery AJAX中文乱码问题解决1、前后台编码要统一;2、在使用gb2312编码时,不要用jquery的$.get()或$.post()做ajax提交,因为这两个方法默认为utf-8;3、用$.ajax()并在其中加入:contentType:"pplication/x-www-form-urlencoded;charset=GB2312";写成以下形式