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 调用。在得到 ajax 响应之前,如果用户导航到其他页面,ajax 调用会完成吗?
提前致谢!!!
不会。无论 ajax 调用在服务器上发起的什么操作都可能完成(即 php 脚本),但浏览器不会收到响应。