1、同步
$.ajaxSetup({
});
2、异步
$.ajaxSetup({ async: true });
3、说明:我们一般使用同步完要恢复异步。由于js默觉得异步操作的。
这个是全局变量。所以同步完毕之后要立马恢复异步;即成对出现;