python开启简单webserver

python开启简单webserver

linux下面使用

python -m SimpleHTTPServer 8000

windows下面使用上面的命令会报错,Python.Exe: No Module Named SimpleHTTPServer,因为windows下面改名了叫:http.server

python -m http.server 8000

python开启简单webserver

上一篇:用 python实现简单EXCEL数据统计


下一篇:Python开发简单爬虫 - 慕课网