gpt4 book ai didi

javascript - 在 jQuery AJAX 中的 promise 方法之间传递变量

转载 作者:行者123 更新时间:2023-11-30 16:37:53 27 4
gpt4 key购买 nike

<分区>

我试图在一个 promise 方法中设置一个 variable 并在另一个方法中访问它,但运气不佳。

我有这个代码:

$.getJSON('some/file/')
.done(function(response) {
var foo = response;
})
.always(function() {
// How can I access 'foo' here?
});

那么如何在其他 promise 方法中访问 foo 变量呢?

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