gpt4 book ai didi

jquery - Angular 中的 jQuery.when() 相当于什么

转载 作者:行者123 更新时间:2023-12-03 23:02:28 24 4
gpt4 key购买 nike

在 jQuery 中我们可以做到
$.when( $.ajax( "/page1.php"), $.ajax( "/page2.php") ).done(function( a1, a2 ) {
...
});
Angular 相当于什么?我真的需要等待所有 ajax 调用完成然后再做一些事情。谢谢。

最佳答案

您可以使用$q.all来处理多个promise。另外,使用 $http 进行调用,这样更有 Angular 。

这是一个很好的教程:

https://egghead.io/lessons/angularjs-q-all

希望有帮助。

关于jquery - Angular 中的 jQuery.when() 相当于什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25335960/

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