org.apache.tomcat.util.http.Parameters processParameters
2013-12-16 12:31:26 org.apache.tomcat.util.http.Parameters processParameters警告: Parameters: Invalid chunk '' ignored.
如果你爆这样的错,很有可能你没有加callback函数
$.ajax({
url:rcUri+"/roomApi/updateRoom.do?callback=?",
dataType: "jsonp",
type: "GET",
jsonp:"jsonpcallback",
data:{
jsonDatas:jsonDatas,
},
timeout:"10000",
beforeSend: function(){
},
success:function (data) {
},error: function(){
}
});
页:
[1]