One - One Code All

Blog Content

Python简单web server服务器 HTTP Server (Simples)

Python   2010-05-15 11:21:14

适合临时开发调试web 使用, 直接当前项目下使用python命令快速起一个http server

python2

python -m SimpleHTTPServer [port]

python3

python -m http.server [port]


注意
警告 : 不推荐在生产环境中使用 http.server 。它只实现了基本的安全检查功能。


上一篇:python中的lambda
下一篇:python内置函数map()

The minute you think of giving up, think of the reason why you held on so long.