日期:2014-05-16 浏览次数:20399 次
var htmlobj=$.ajax({
url:'ajaxjq1.asp?showtype=' + showtype + '&cid=' + fds + '&sid=' + Math.random(),
async:false,
contentType: "pplication/x-www-form-urlencoded; charset=GB2312"
});
$("#dbuttonx").html(htmlobj.responseText);
response.charset="gb2312"'增加这个响应头试试