这个模块定义了实现 HTTP 服务器( Web 服务器)的类。使用以下命令,就可以将当前目录作为网页,可提供文件下载服务。
python3 -m http.server 8000
使用浏览器访问IP地址加端口,即可访问页面。
http://xx.xx.xx.xx:8000
这个模块定义了实现 HTTP 服务器( Web 服务器)的类。使用以下命令,就可以将当前目录作为网页,可提供文件下载服务。
python3 -m http.server 8000
使用浏览器访问IP地址加端口,即可访问页面。
http://xx.xx.xx.xx:8000