Azure 静态网站 - 显示 Chrome 中的旧内容
Azure Static Website - Showing old content in Chrome
我创建了一个 Azure 静态网站并上传了一些测试 html 来测试它。它奏效了。
但现在我上传了一些不同的内容,这些更改没有显示在 Chrome 和除 Internet Explorer 之外的其他浏览器中。
我也将其与自定义域相关联。
这是 chrome 中显示的内容:
这是在 Internet Explorer 中显示的内容:
我清除了 Chrome 中的缓存并尝试重新安装 Firefox。但仍然显示旧内容。
任何人都可以帮忙吗?
更新:当我使用像 https://www.northernlightspictures.com/index.html 这样的 URL 时,我可以看到变化
请尝试在 Chrome 中再次浏览您的网站,因为它按照您在 Internet Explorer 中看到的 expectation.The 方式为我工作,它在 [= 上对我显示相同=16=] 和 Firefox 也是如此。 “https://www.northernlightspictures.com/”
请尝试浏览 "incognito window" 中的 应用程序,即私人 window.
请尝试使用Chrome的Hard Reload
或Empty Cache and Hard Reload
功能重新加载您的页面,步骤如下。
- 在 Chrome 中按
F12
并启用功能 Disable cache
- 在Chrome的刷新按钮上点击鼠标右键,然后点击
Hard Reload
或Empty Cache and Hard Reload
按钮,如下图
当然可以直接使用快捷键:
- 对于 Windows 和 Linux、
Ctrl+Shift+R
或 Shift+F5
。对于
- MacOS,
Cmd+Shift+R
.
我创建了一个 Azure 静态网站并上传了一些测试 html 来测试它。它奏效了。 但现在我上传了一些不同的内容,这些更改没有显示在 Chrome 和除 Internet Explorer 之外的其他浏览器中。 我也将其与自定义域相关联。
这是 chrome 中显示的内容:
这是在 Internet Explorer 中显示的内容:
我清除了 Chrome 中的缓存并尝试重新安装 Firefox。但仍然显示旧内容。 任何人都可以帮忙吗?
更新:当我使用像 https://www.northernlightspictures.com/index.html 这样的 URL 时,我可以看到变化
请尝试在 Chrome 中再次浏览您的网站,因为它按照您在 Internet Explorer 中看到的 expectation.The 方式为我工作,它在 [= 上对我显示相同=16=] 和 Firefox 也是如此。 “https://www.northernlightspictures.com/”
请尝试浏览 "incognito window" 中的
请尝试使用Chrome的Hard Reload
或Empty Cache and Hard Reload
功能重新加载您的页面,步骤如下。
- 在 Chrome 中按
F12
并启用功能Disable cache
- 在Chrome的刷新按钮上点击鼠标右键,然后点击
Hard Reload
或Empty Cache and Hard Reload
按钮,如下图
当然可以直接使用快捷键:
- 对于 Windows 和 Linux、
Ctrl+Shift+R
或Shift+F5
。对于 - MacOS,
Cmd+Shift+R
.