python 中自带简易的web服务器,首先cd到准备作为服务器的根目录的目录下,然后执行python -m http.server 80命令,即可访问目录内的相关文件。目录下需要index.html作为主页。 在python2中 1 python -m SimpleHTTPServer 80 在python3中 1 python -m http.server 80 赞微海报分享
近期评论