gpt4 book ai didi

java - 如何清除 iframe 缓存?

转载 作者:行者123 更新时间:2023-12-02 09:08:53 30 4
gpt4 key购买 nike

我在 iframe 中询问了一个平台和另一个平台。但问题是我从父窗口注销然后 iframe 采取 chache。

<iframe scrolling="no" 
id="chat_container"
src="<?php echo $this->meetingUrl; ?>"
allow="camera; microphone">
</iframe>

最佳答案

解决方案1:

您可以添加 iframe 网址的随机字符串末尾。

<iframe scrolling="no" 
id="chat_container"
src="<?php echo $this->meetingUrl; ?>?v=xkjsdkjhasdk"
allow="camera; microphone">
</iframe>

解决方案2:

请尝试在页面头部添加 html 元标记。

<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />

关于java - 如何清除 iframe 缓存?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59573842/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com