当前位置 : 主页 > 编程语言 > python >

python一行代码即可实现文件共享服务器

来源:互联网 收集:自由互联 发布时间:2022-07-19
目录 ​​1、使用前提​​ ​​2、使用命令​​ ​​3、参数详解​​ 1、使用前提 需要提前安装好python环境才可以使用哦 2、使用命令 python - m http . server 9999 3、参数详解 python - m ht


目录

​​1、使用前提​​

​​2、使用命令​​

​​3、参数详解​​


1、使用前提

需要提前安装好python环境才可以使用哦

2、使用命令

python -m http.server 9999

3、参数详解

python -m http.server -husage: server.py [-h] [--cgi] [--bind ADDRESS] [--directory DIRECTORY] [port]

positional arguments:
port Specify alternate port [default: 8000]

optional arguments:
-h, --help show this help message and exit
--cgi Run as CGI Server
--bind ADDRESS, -b ADDRESS
Specify alternate bind address [default: all
interfaces]
--directory DIRECTORY, -d DIRECTORY
Specify alternative directory [default:current
directory]
上一篇:python实现计算标准偏差函数
下一篇:没有了
网友评论