Python文件服务器

$ cd /home/your-dir
$ python -m SimpleHTTPServer

指定端口
$ python -m SimpleHTTPServer 8080



Previous     Next
ponxu /
Categories Python  Tags Python