当前位置:首页 > 2023年5月

jquery的ajax设置为同步

admin3年前 (2023-05-20)877
jquery的ajax设置为同步在使用$.get或者$.post的时候,前面加上$.ajaxSettings.async = false;使用完之后再设置为异步$.ajaxSettings.async = true; 而在使用$....