搭建简单的PYTHON HTTP服务

by Web全栈工程师 on 2014 年 07 月 01 日

#python2.x
python -m SimpleHTTPServer port

#python3.x
python3 -m http.server port

#CGI Server, file in cgi-bin
python -m CGIHTTPServer

原创文章,转载请注明:转载自Web开发笔记 | 搭建简单的PYTHON HTTP服务

本文链接地址:https://www.magentonotes.com/python-http-server.html

Comments on this entry are closed.

Previous post:

Next post: