2018年4月7日

python3.x搭建简单CGI服务器时cgi-bin下的脚本无法被解释执行

摘要: 在命令行启动:python -m http.sever 8081 解决方案: python -m http.server --cgi 8000 --cgi打开python处理程序。 使用上面的文件 CGIHTTPServer模块已被合并到Python 3中的http.server。当将源代码转换为P 阅读全文

posted @ 2018-04-07 11:04 怪我过分着迷 阅读(308) 评论(0) 推荐(0)

导航