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.
我的 SUSE 服务器上有多个 shell 脚本、python 脚本和安装的工具。通过以特定顺序运行所有脚本/工具来实现最终目标。我想在 html5 页面中可视化操作,我可以将脚本表示为按钮,单击它们时我应该能够看到状态,然后我执行类似的步骤来完成我的操作并在页面上可视化我的输出。
我是这个领域的新手,很好奇我如何能以最佳方式做到这一点。
谢谢!