# 当前文件夹下命令行执行,这里使用8080端口,或者指定任意其它未被占用的端口 python3 -m http.server 8080 # 打开浏览器访问文件夹内容 http://127.0.0.1:8080
python -m SimpleHTTPServer 8080