noel0217 发表于 2017-1-5 06:45:11

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]
查看完整版本: org.apache.tomcat.util.http.Parameters processParameters