python httpserver

python3:

python -m http.server 80

python2:

python -m SimpleHTTPServer 9004

posted @ 2019-01-07 12:15  xiaodebing  阅读(3949)  评论(0)    收藏  举报