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

in #cn6 years ago

 python 2.7 

  python -m SimpleHTTPServer 端口号 


python3

 python3 -m http.server 端口号