以下实验均在Linux上进行
python版本
python2: #python -m SimpleHTTPServer
# python -m SimpleHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...
http://192.168.184.140:8000/ 输入IP+端口即可
python3: #python -m http.server
原文:https://www.cnblogs.com/hanshanxiaoheshang/p/9573330.html