搭建小型web服务
时间:2019-08-27 22:07:14
收藏:0
阅读:107
python2 -m CGIHTTPServer 8080
python3 -m http.server
原文:https://www.cnblogs.com/godlove/p/11420891.html
评论(0)
python2 -m CGIHTTPServer 8080
python3 -m http.server
原文:https://www.cnblogs.com/godlove/p/11420891.html