我在Visual Studio中打开了一个项目 - 我的代码基于angular,html和css。
有时当我在Chrome浏览器上运行代码时,我无法看到我最近更改的代码,而且只看到旧代码。
我认为问题在于我的浏览器缓存,但我不确定。
希望有人能解答我的问题...
感谢。
答案 0 :(得分:0)
一些想法:
如果要在服务器上禁用缓存,可以执行以下操作:
Header set Expires "Thu, 19 Nov 1981 08:52:00 GM"
Header set Cache-Control "no-store, no-cache, must-revalidate, post-check=0, pre-check=0"
Header set Pragma "no-cache"
在.htaccess