python3 -m http.server 8000 的作用是什么?
python3 -m http.server 8000
通过包管理器安装 Python 8000 版本。
扫描 8000 台远程主机,查找 Python 安装。
启动 Python 内置的 HTTP 服务器,并监听 8000 端口。
创建一个包含数字 8000 的 HTML 文件。