使用python选项方式

python -m SimpleHTTPServer

优点

  • python会按照模块搜索路径列表去搜索执行

直接运行

  • 需要指定模块路径名

    “C:\Python27-32\Lib\SimpleHTTPServer.py”

留言