易道行

羊肠九折歧路,吾择易道而行

一句话技巧

发表时间

启动简单的HTTP服务器。


#在当前目录启动http服务
python -m SimpleHTTPServer #python2
python -m CGIHTTPServer #程序放在cgi-bin下支持CGI
python3 -m http.server 8080 #python3