用一行python代码做一个简单的web服务器

in cn •  7 years ago 

 python 2.7 

  python -m SimpleHTTPServer 端口号 


python3

 python3 -m http.server 端口号 
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!