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.
我在 Intranet 网页上有一个包含 4 个文本字段的表单页面,当我在页面上点击提交时,我希望它将字段作为参数传递给远程服务器上的 shell 脚本。
示例: 计算机 A 访问托管在计算机 B 上的网页 计算机 A 在页面上 输入 1 2 3 4 次点击提交 我现在希望计算机 B 运行 'sh Test.sh 1 2 3 4' 我尝试使用 shell_exec,但我似乎无法得到它工作