因为业务需求,需要在获取到json 数据后,对数据进行处理。这时候,我们需要把getJson() 的方法设置为同步$.ajaxSettings.async = false;getJson() 方法执行后,再设置为true;$.ajaxSettings.async = true;