Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在向服务器发送多个同时异步 Ajax 调用,并且我对所有人使用相同的回调。我需要了解当同时响应尝试调用回调函数时会发生什么?或者即使有同时响应试图调用单个回调,它会被一一调用吗?