Python 快速搭建本地Server 2021-03-10 13:44 PM 1 min read # Python python2 python -m SimpleHTTPServer 8080 python3 python -m http.server 9999 http://localhost:8080/