使用python搭建http服务器

使用python一键式搭建http服务器:

nohup python -m SimpleHTTPServer 8089 &

启动了一个端口为8089的http服务器,访问方式http://${hostname}:8089/

详细资料:https://www.cnblogs.com/yili16438/p/d3209323913c6d53e6060fcd8d27e4c0.html