<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Heck's  Blog]]></title> 
<link>https://www.heckjj.com/index.php</link> 
<description><![CDATA[一瞬间的决定，往往可以改变很多，事实上，让自己成功的往往不是知识，是精神！ 如果你总是为自己找借口，那只好让成功推迟。执行力，今天！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Heck's  Blog]]></copyright>
<item>
<link>https://www.heckjj.com/ajax-ie-cache-problem-html/</link>
<title><![CDATA[ajax调用IE中的缓存问题]]></title> 
<author>Heck &lt;@hecks.tk&gt;</author>
<category><![CDATA[Web开发]]></category>
<pubDate>Mon, 20 Sep 2010 17:44:00 +0000</pubDate> 
<guid>https://www.heckjj.com/ajax-ie-cache-problem-html/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="font-family: 微软雅黑;">我们在IE中使用ajax时，你可能会发现有时候IE会直接返回缓存的页面，而不是向服务器发送一个新的请求，理论上通过设置这样的head:</span><br/><br/>&lt;META HTTP-EQUIV=&quot;Pragma&quot; CONTENT=&quot;no-cache&quot; /&gt;<br/>&lt;META HTTP-EQUIV=&quot;Expires&quot; CONTENT=&quot;-1&quot; /&gt;<br/><br/><span style="font-family: 微软雅黑;">IE就应该不用缓存了，但是实际情况并不是这样，那么怎么办呢？<br/>目前有一个办法很简单可以解决：<br/>使用POST请求来代替GET，这样IE就会永远向服务器发送请求了。</span><br/><br/>Tags - <a href="https://www.heckjj.com/tags/ie/" rel="tag">ie</a> , <a href="https://www.heckjj.com/tags/%25E7%25BC%2593%25E5%25AD%2598/" rel="tag">缓存</a> , <a href="https://www.heckjj.com/tags/ajax/" rel="tag">ajax</a> , <a href="https://www.heckjj.com/tags/web%25E5%25BC%2580%25E5%258F%2591/" rel="tag">web开发</a> , <a href="https://www.heckjj.com/tags/javascript/" rel="tag">javascript</a>
]]>
</description>
</item><item>
<link>https://www.heckjj.com/ajax-ie-cache-problem-html/#blogcomment</link>
<title><![CDATA[[评论] ajax调用IE中的缓存问题]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.heckjj.com/ajax-ie-cache-problem-html/#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>