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.
我有一个可以从命令行运行的 python 脚本。而不是人们从命令行运行脚本并知道哪些参数去哪里,我希望他们去网页并选择选项,然后从网页运行脚本。最简单的方法是什么?
最简单的方法是为您的网络服务器使用 CGI 插件来处理 python 脚本。