---恢复内容开始---
Python 3.0 以上的版本:
python -m http.server 8000
--bind x.x.x.x
Python 2.7.x 的版本:
python -m SimpleHTTPServer 8000
---恢复内容结束---