-
python(python3)
cd www_root python -m http.server
-
php
php -S localhost:8000 -t www_root
-
当前目录作为 http server 根目录
alias httphere="python -m SimpleHTTPServer 8000"
Last active
May 29, 2019 02:06
-
-
Save twiceyuan/42f3408ef834019e3765be1a633a83c2 to your computer and use it in GitHub Desktop.
[macOS 下启动 http server] #macOS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment