码迷,mamicode.com
首页 > Web开发 > 详细

[三卷天书]ajax请求时接收到乱码的处理方案

时间:2015-01-15 17:25:49      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:

$.ajax({
url: "getmore.ashx",
type: "post",
dataType: "text",
data: { id: articleid, ct: $("#CommentBody").val(), action: "addpl" },
contentType: "application/x-www-form-urlencoded; charset=utf-8",/*加多这个编码的属性*/
success: function(data) {
if (data == 1) {
LoadPinglun();
} else {
alert("评论失败!请刷新页面重试");
}
}
});

[三卷天书]ajax请求时接收到乱码的处理方案

标签:

原文地址:http://www.cnblogs.com/sanjuantianshu/p/4226431.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!