平时给内网的同事分享个文件,直接用python启动一个http服务,方便又简洁:python
python3:server
python -m http.server [port] 默认端口为8000
python2:im
python -m SimpleHTTPServer [port]分享