Posted in Javascript onDecember 29, 2013
解决window.open打开的页面会保存缓存的问题。
在页面的head标签中加入以下代码
<meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Cache-Control" content="no-cache" /> <meta http-equiv="Expires" content="0" />
解决js中window.open弹出的是上次的缓存页面问题
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@