请问html中如何设置某个页面不可以读取ie缓存?
---------------------------------------------------------------
禁用客户端缓存
HTM网页
1<meta content="no-cache" http-equiv="pragma"/>
1<meta content="no-cache, must-revalidate" http-equiv="Cache-Control"/>
1<meta content="Wed, 26 Feb 1997 08:21:57 GMT" http-equiv="expires"/>
---------------------------------------------------------------