本文介绍了更新Outlook加载项时清除浏览器缓存(按URL安装)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我现在正在开发一个Outlook加载项,所有源都会在我的服务器上传。客户端通过URL安装我的加载项。


有时,在服务器上更新源时,客户端无法获取新源。

客户端必须清除浏览器缓存以获取更新的源。

但有时会出现这种情况,我对此感到紧张。


现在我只是在开发,但我会发布很多次将来。

有没有人有想法?

解决方案

I'm now developing an Outlook Add-in which all the source be uploaded at my server. Client install my add-in by URL.

Sometimes, when update the source at server, client can't get the new source.
And client must clear browser cache to get updated source.
But this occurs sometimes and i nervous about it.

Now i'm just developing, but i'll release many times in future.
Does anyone have an idea?

解决方案


这篇关于更新Outlook加载项时清除浏览器缓存(按URL安装)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 15:22