gpt4 book ai didi

javascript - 等待 ajax 返回的正确方法(我不想使用成功处理程序。)

转载 作者:可可西里 更新时间:2023-11-01 02:05:16 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
How can I get jQuery to perform a synchronous, rather than asynchronous, AJAX request?
how to wait for an ajax call to return

听我说完。我完全理解这段代码。

$.getJSON(someURL, function(data){
//do something with my data
})
.success(function () {
//Call what you want on success
})

如果我只需要执行一项非常静态的操作,这似乎很好。但是,如果我想减少限制怎么办,例如这个

function my_func(){
$.getJSON(someURL, function(data){
//do something with my data... like modify an array or the dom
})
}

现在是司机

my_func();
//Now I want to call a function that relies on the data that my_func brought into the script.

如果我想这样做,我编写脚本的方式有问题吗?或者我只是缺少一些很棒的内置方法?

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com