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 和 JavaScript。
我想从数据库中删除条目,这个过程需要大量时间,因此我想向最终用户报告进度。
我想知道如何实现这一点,有人可以向我解释这个理论吗?
您需要 2 个脚本:
首先向第一个脚本发出请求,然后向第二个脚本发出第二个请求,它将向您报告进度。
然后你可以使用任何jQuery插件来显示进度条。