码迷,mamicode.com
首页 > Web开发 > 详细

WEB 缓存

时间:2014-12-19 00:46:06      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:web 缓存   html 缓存   meta设置缓存   

自己在进行WEB开发时写下如下代码:

<html>
<meta charset="UTF-8"/>
<body>
    <h1>hello world</h1>
    <a href="http://blog.csdn.net/chenqiai0" target="frame1">链接到博客主页</a>
    <a href="http://blog.csdn.net/chenqiai0/article/details/42013313" target="frame2">链接到本文章</a>
    <iframe name="frame1" src="http://www.baidu.com" width="400px" height="400px"></iframe>
    <iframe name="frame2" src="http://www.google.com" width="400px" height="400px"></iframe>
</body>
</html>
此时用Firefox打开页面如下显示:
bubuko.com,布布扣

bubuko.com,布布扣

当我点击:链接到博客主页和链接到本文章时,链接有效,会进行跳转,如下:

bubuko.com,布布扣

bubuko.com,布布扣

但是当我第二次打开此html文件时,我还没有点击链接,就已经出现上图。

经过网上查阅资料,发现时因为缓存的原因。当我清理缓存后就正常了。

WEB 缓存

标签:web 缓存   html 缓存   meta设置缓存   

原文地址:http://blog.csdn.net/chenqiai0/article/details/42013313

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!