start a simple http_server

- python2
python -m SimpleHTTPServer 8000
- python3
python -m http.server 8000

最后更新于