idleuncle
12/26/2017 - 6:06 AM

临时调试网页载入用的http服务器

临时调试网页载入用的http服务器

python -m SimpleHTTPServer 8080

python3 -m http.server

npm install -g live-server