python3 使用http.server秒速搭建web服务器
[[email protected] ~]# ls -a
. .. .bash_history .bash_logout .bash_profile .bashrc .cache .cshrc .pycharm_helpers .tcshrc anaconda-ks.cfg
将如上目录作为http服务器资源发布目录
[[email protected] ~]# python -m http.server 80
访问