python运行httpserver

$ python -m SimpleHTTPServer 8080
$ python3 -m http.server 8080
原文地址:https://www.cnblogs.com/Bob-wei/p/9327641.html