<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--设定网页的定时跳转,单位为秒--> <meta http-equiv="refresh" content="3;url=http://www.mingribook.com" /> <!--设定有效期限:必须是GMT格式--> <meta http-equiv="expires" content="Sun,24 January 2016 22:25:00 GMT" /> <!--禁止从缓存中调用--> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" /> //cache 高速 pragma 编译指示 <!--删除过期的cookie--> <meta http-equiv="set-cookie" content="Sun,24 January 2016 22:25:00 GMT" /> <!--强制打开新窗口--> <meta http-equiv="windows-target" content="_top" /> <!--页面的进入效果--> <meta http-equiv="page-enter" content="revealtrans(duration=3,transition=21)" /> <!--页面的推出效果--> <meta http-equiv="page-exit" content="revealtrans(duration=5,transition=8)" />