如何让ajax执行完后再继续往下执行

2024-11-30 01:51:56
推荐回答(1个)
回答1:

$.ajax({
type: "POST",
async:false,//这里使用同步方式发起请求