python的超简单WEB服务器

转自:

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

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

shell中执行:

  python -m SimpleHTTPServer

或者在脚本中加入:

   import SimpleHTTPServer

  SimpleHTTPServer.test()

 
posted @ 2015-05-11 17:53  yinsua  阅读(134)  评论(0编辑  收藏  举报