安装了python就可以
python -m SimpleHTTPServer
执行这一个命令即可实现一个HTTP服务器,将当前目录设为HTTP服务目录,可以通过http://localhost:8000 或http://ip:8000访问。