通過Python在Windows或Linux上快速搭建HTTP服務器

在Windows 7/10或Ubuntu上可以通過python2.x或python3.x來快速搭建一個簡單的HTTP服務器。 如果python爲2.x,則可執行:$ python -m SimpleHTTPServer 或 $ python2 -m SimpleHTTPServer 如果python爲3.x,則可執行:$ python -m http.server 或 $ python3 -m h
相關文章
相關標籤/搜索