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 文件需要一段时间才能运行,它有几个部分,有没有办法在部分 PHP 文件完成后将命令发送回 javascript?
PHP 在服务器端运行,javascript 在客户端运行。
首先 PHP 在服务器中运行,一旦完成,它就会将输出发送到客户端(浏览器)
您可以根据需要使用 AJAX