mac 开启轻量级HTTPServer服务

1,开启http服务

os系统自带apache服务,用命令行:

sudo apachectl start

开启http服务

2,cd到要共享的文件夹内,用命令行

python -m SimpleHTTPServer

3,在浏览器上输入

http://localhost:8000

参考:https://www.jianshu.com/p/7ea6062a28b0

猜你喜欢

转载自blog.csdn.net/u014635337/article/details/103166173