记录一下如何启动Python的SimpleHTTPServer。

Python2:

python -m SimpleHTTPServer

Python3:

python -m http.server