python的超简单WEB服务器

时间:2015-05-11 19:44:43   收藏:0   阅读:127

转自:

  http://blog.licess.com/simplehttpserver/

  http://www.lpfrx.com/archives/133/

shell中执行:

  python -m SimpleHTTPServer

或者在脚本中加入:

   import SimpleHTTPServer

  SimpleHTTPServer.test()

 
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!