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.
我有一个导入脚本,它在 PHP 超时之前调用自己,直到它完成处理一些数据。
我了解 ajax 调用对 200 状态有反应?我怎么能在脚本完成后才触发成功?
我建议使用延迟。jQuery 使得使用延迟非常容易,您可以为 .done()、.fail() 和 .always() 设置不同的回调。