python3如何开启web服务

2024-10-13 17:21:30

1、在test文件夹我们创建一个test的html文件。

python3如何开启web服务

3、接着打开命令行终端,cd 进入我们的test文件夹。

python3如何开启web服务

5、成功的话会出现serving http on ...。

python3如何开启web服务

7、点击打开我们会发现会输出 你好 页面。

python3如何开启web服务
猜你喜欢