命令
使用 Python2 建立简单服务器的命令:
python -m SimpleHTTPServer 90
使用Python3 建立简单服务器的命令:
python -m http.server 80
使用 Python2 建立简单服务器的命令:
python -m SimpleHTTPServer 90
使用Python3 建立简单服务器的命令:
python -m http.server 80
本文标题:【坑】Python3 SimpleHTTPServer
本文链接:https://www.haomeiwen.com/subject/ttkabctx.html
网友评论