内建模块

简易web服务器

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

最后更新于