Skip to content

python 开启http服务 #218

@holdyounger

Description

@holdyounger

python 开启http服务

> 概述:使用python开启http服务

[toc]

python 开启 http 服务

在需要开启http服务的文件件运行一下命令即可:

python -m SimpleHTTPServer 8080
# 或者
python -m http.server 8080

image-20230815123001895

blog link python 开启http服务

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions