python 2.x 输入命令:python -m SimpleHTTPServer 8000python 3.x 输入命令:python -m http.server 8000通过cmd命令行来直接输入需要读取的文件路径:例如:cdC:\新建文件夹或者地址栏输入cmd然后在命令行输入:python -m http.server 8000最后在浏览器地址栏输入ip:port、

Python搭建HTTP服务过程图解