How to disable cache in InternetExplorer 8

前端 未结 10 854
粉色の甜心
粉色の甜心 2020-12-02 17:07

How can I disable cache in IE8 ? We are doing Javascript development and testing it in IE8, but we have to clear the cache every time we make changes to the Javascript files

10条回答
  •  甜味超标
    2020-12-02 17:31

    If that fails, a random parameter on the query string will do it:

    index.html?a=346456

提交回复
热议问题