平時給內網的同事分享個文件,直接用python啓動一個http服務,方便又簡潔:python
python3:server
python -m http.server [port] 默認端口爲8000
python2:im
python -m SimpleHTTPServer [port]分享