jquery-1.6.2.min.js:1 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
$.ajaxPrefilter(function( options, originalOptions, jqXHR ) { options.async = true; }); 这个问题应该解决了
你发送的请求中的参数有问题
这应该是警告吧,就是说一部的XMLHttpRequest在主线程上已经被废弃了,因为他影响最后的用户体验