嘿,我有像
这样的ajax请求$.ajax({
type: 'GET',
url: 'http://solr.plunq.id:8984/solr/'+ url_Category +'/select',
data: {q: "*:*", start: offset, rows: limit, wt: 'json', indent:'true', omitHeader:'true',fq:'{!geofilt%20pt='+ latitude +','+ longitude +'%20sfield=latlon%20d=5}'},
contentType: 'application/json',
dataType : 'json'
}).done(function (result) {});
为什么要回400个坏请求?但是,当我在浏览器中打开网站时它很好 :(请帮助