
jquery来处理ajax,用到了json。但是很诧异,jquery的ajax回调时一直调用了error函数(一直提示parsererror异常),success函数一次没执行过
$.ajax({
type:'POST',
url:'/go.php?p=chat.chatCenter&a=send',
dataType:'json',
data:'style='+Tstyle+'&content='+content,
success:function(data){$.chatCenter.sendEnd(data);},
error:function(data,t){alert("系统异常["+t+"]");$.chatCenter.sendEnd();}
});
最后发现是json的数据格式出错了!数据格式必须为双引号