Invoke Python SimpleHTTPServer from command line with no cache option

前端 未结 4 1191
臣服心动
臣服心动 2020-12-29 02:11

On Windows 7, I am using the command line

python -m SimpleHTTPServer 8888

to invoke a simple web server to serve files from a directory, f

4条回答
  •  余生分开走
    2020-12-29 02:34

    Maybe it's the browser caching your files not the SimpleHTTPServer. Try deactivating the browser cache first.

提交回复
热议问题