Python 3.X
python3 -m http.server 8000 --bind 127.0.0.1
Both port and bind address are optional. For more details, please read the official docs.
Python 2.X
python -m SimpleHTTPServer 8000
python3 -m http.server 8000 --bind 127.0.0.1
Both port and bind address are optional. For more details, please read the official docs.
python -m SimpleHTTPServer 8000
Yujiaao阅读 1.6k
遗失的美好灬阅读 5.5k
Swift社区赞 1阅读 670
代码的路赞 1阅读 1.9k
冒泡的马树阅读 3.2k评论 1
Exception阅读 3.1k
universe_king阅读 2.9k
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。