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.
我有一台运行 XAMPP(apache、php)的 Windows 7 Pro 计算机。我需要做的是当远程计算机访问它上面的某个网页时,在这台计算机(主机)上执行批处理或 powershell 命令。这可能吗?
是的,有一个 PHP 函数可以执行 shell 代码。看看他们的文档 Function: exec("command here");